https://bz.apache.org/bugzilla/show_bug.cgi?id=70084
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #2 from [email protected] --- Thanks for taking care so quickly. Unfortunately, I can't confirm this change to be fixing the issue. In the given regular expression there is only one group which is a negative lookahead. Lookarounds are non-capturing groups as they don't consume characters. In the result $1 is undefined. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
