https://bz.apache.org/bugzilla/show_bug.cgi?id=70016
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Rich Bowen <[email protected]> --- Clarified the \$0 back-reference: \$0 refers to the entire string matched by the Pattern, while \$1..\$9 refer to the corresponding captured groups. Patched in r1933662 (trunk), r1933663 (2.4). Thank you, Philippe. -- 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]
