Re: Perl5 extended regular expression support
"Bob Dickinson \(BSL\)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
Daniel,
Wow. I wasn't even sure I'd get a response, and the code was checked
in before I got up this morning. Thanks.
The bad news (for me), is that I was sloppy in my explanation of what I
needed. I didn't even realize that standalone mode modifiers existed. I
used (?-i) as a shorthand for (?-i:regexp), which I now see was a mistake.
What I need is the group-local modifier.
So same questions, but this time pretend that I said (?-i:regexp)
everywhere I said (?-i). Sorry.
Bob