In message <013d01c273bc$3b494a60$[EMAIL PROTECTED]>, "Bob Dickinson \(BSL\)" writes: > 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.
Unfortunately, the answer is that the feature will eventually be added, but it's uncertain when :( To date, I (and other contributors) have only had time to make small incremental changes (like the awk package fix I just committed). This one is part of the larger feature addition of group-local modifiers. However, since it's a specifically requested feature, rather than an unrequested part of the broader goal of catching up to the latest Perl syntax, it will get priority. If you want to submit an enhancement request through Bugzilla, that will ensure it won't get forgotten. daniel -- To unsubscribe, e-mail: <mailto:oro-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:oro-dev-help@;jakarta.apache.org>
