Can someone point me to documentation on the new regex library being used in the bundles? I'm unfamiliar with these new escape sequences.
Thanks -Ed
On Jun 9, 2005, at 8:23 AM, Allan Odgaard wrote:
On Jun 9, 2005, at 17:05, Sune Foldager wrote:
Also, the regex syntax has changed, due to another library being used now.
That's probably an overstatement. There's no longer support for (? (n)true:false) nor (?R) -- both rarely used.
And \<, \> should instead both be replaced with \b. But that should be all.
This latter change might be what needs to be done for your syntax.