<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Has anyone figured out how to nest format strings? I’m working on making my submailbox names prettier and I find that I want to make multiple transformations on the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">list-id.final-level</code> variable.</p>

<p dir="auto">I want to do both</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">${list-id.final-level/wendell-/w-/}
</code></pre>

<p dir="auto">and</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">${list-id.final-level/friends-wfmch/w-fullmoon/}
</code></pre>

<p dir="auto">I can’t figure out how to apply one regex and then another.</p>

<p dir="auto">Any clues?<br>
-sam</p>
</div>
</div>
</body>
</html>