Re: Invoking a modifing method for backreferences in Perl5Util.substitute
"Daniel F. Savarese" <[email protected]> Fri, 04 Mar 2005 13:57:34 -0500
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, "Sann, St ephan" writes: >Now my question: >With "Perl5Util.substitute" - is it possible to modify a backreference >before pasting it back in? Not with Perl5Util, but you can with org.apache.oro.text.regex.Util and the Substitution interface. Probably have to subclass Perl5Substitution. daniel