B<div><br></div><div>How embarrassing, I read the documentation for gsub, and read and re-read the regexp character stuff elsewhere in the documentation, but didn't read what was staring me in the face...</div><div><br>
</div><div>However, on reading it, the phrase:</div><div><br></div><div><div><div><div>"A & in the string New is replaced by the matched<br>substring of String."<br></div><div><br></div><div>leaves me completely bemused. 'on doing a substitution, don't'.</div>
<div><br></div><div>I suppose it could have some 'flow of control use'?</div><div><br></div><div>G</div></div></div><br><div class="gmail_quote">On Sat, Apr 18, 2009 at 11:28 AM, Bernard Duggan <span dir="ltr"><<a href="mailto:bernie@m5net.com">bernie@m5net.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'd say it's behaving just fine.  Check the documentation for<br>
regexp:sub().  "A & in the string New is replaced by the matched<br>
substring of String."<br>
<br>
Cheers,<br>
<br>
B<br>
<div><div></div><div class="h5"><br>
Gordon Guthrie wrote:<br>
> Folks<br>
> This looks like a bug to me, but after many years regexp still gives me the<br>
> creeps :(<br>
><br>
>> regexp:gsub("abcde", "c", "x").<br>
> {ok, "abxde", 1}<br>
><br>
> One substitution, new string, tickety-boo!<br>
><br>
>> regexp:gsub("ab:de", ":", "&").<br>
> {ok, "ab:de", 1}<br>
><br>
> One substitution, but the old string, erk?<br>
><br>
> Gordon<br>
><br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</blockquote></div><br></div>