RE: backreference not working
"Paul R Brown" <[email protected]> Fri, 10 May 2002 11:09:56 -0500
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
> Any suggestions?
Use two backslashes. :)
-- Paul
> if (perl.match("m|<(B6.*?)>.*</\1>|", input_data)) {
^