Replace & with &
Posted: Sun Oct 08, 2006 9:51 am
I would like to run a replace on any instances of & in a string with &
I have the base condition working (just replacing &) but cannot get the "not" condition.
Here's a "formal" description of the regex requirement:
I have the base condition working (just replacing &) but cannot get the "not" condition.
Here's a "formal" description of the regex requirement:
Code: Select all
Replace all instances of & with & where & is not already followed by amp;