On Sep 19, 2005, at 8:14 AM, Allan Odgaard wrote:
I used the (?:foo|bar) form to avoid making it a capture. It is btw possible to prefix the expression with (?x) to enter “extended’ mode where whitespace and comments are ignored, so we can pretty print it:
FINALLY! :-)