I wrote: >Ronald J Kimball <[EMAIL PROTECTED]> wrote: >>BTW, (?=\s|#|$) is shorter than (?=[\s#]|$). >So is (?![^\s#]).
Which I just noticed you are using too.
I wrote: >Ronald J Kimball <[EMAIL PROTECTED]> wrote: >>BTW, (?=\s|#|$) is shorter than (?=[\s#]|$). >So is (?![^\s#]).
Which I just noticed you are using too.