I wrote:
>want to escape; but quotemeta works equally well)?  Why use a negative
>look-behind assertion in ((?<!^)|[^/]) when [^/] will suffice (the
>negative look-behind assertion is redundant because if there's a character
>present that's not a slash, then it's not the start of the input)?  Of

I forgot to add that that's assuming single line mode.

daniel



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

Reply via email to