<p dir="ltr">That's what I thought.</p>
<p dir="ltr">Until I tried it.  The second use case does not work with $1.</p>
<p dir="ltr">Try it.</p>
<div class="gmail_quote">On Oct 27, 2012 7:22 PM, "Uri Guttman" <<a href="mailto:uri@stemsystems.com">uri@stemsystems.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 10/27/2012 06:57 PM, Rob Janes wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
$1 doesn't work.<br>
<br>
\1 is the characters matched while $1 is the pattern matched.<br>
<br>
It only matters if u want to match pure string.<br>
</blockquote>
<br>
that is wrong. both are only references to a grab which is always a string. you can use \1 in the regex to match what you have previously matched and grabbed. $1 is used in the replacement or after the regex to get what was grabbed. neither contains a regex.<br>

<br>
uri<br>
<br>
</blockquote></div>