DO NOT REPLY [Bug 21281] - not able to susbtitute properly with token as token1 | token2
[email protected] 2 Jul 2003 23:13:14 -0000
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21281>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21281 not able to susbtitute properly with token as token1 | token2 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [email protected] 2003-07-02 23:13 ------- Marking bug as invalid because it is due to user error. Bugzilla is not the proper place to address this sort of issue. The oro-user mailing list is the proper place to get questions on how to use the package answered. Please read http://jakarta.apache.org/oro/bugs.html Meta-characters in regular expression must be escaped if they are to be taken literally. You can do this manually or use Perl5Compiler.quotemeta().