[Bug 70016] RewriteRule Directive: Incorrect definition of $0 back-reference
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
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.