28 Oct
2010
28 Oct
'10
9:09 p.m.
On Thu, 2010-10-28 at 13:13 -0600, Bill Anderson wrote:
On Oct 28, 2010, at 12:58 PM, Lars Kellogg-Stedman wrote:
And of course you can make newlines explicit via \n and so forth. Actually, the more we wander down this path the more I wish I could just use PCRE-style regular expressions as long as I was willing to put up with the performance impact.
I'd go for that too. Especially if it were implemented in the "create the regex once and re-use" fashion.
I agree that the /x syntax produces actually quite readable regexps. Otherwise regexps are quite unreadable and hard to maintain. -- Bazsi