Jenda Krynicky wrote:
>> Toby Stuart wrote:
>>> Try this one:
>>>
>>>  s/&(?!\w+;)/&/g
>
> Problem is that this will break things like
> @
>

Why not just:

    s/&(?!amp;)/&/g

i.e. change every ampersand that isn't followed by 'amp;' into &

Rob





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to