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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
