Re: Case modification in the substitution?
Daniel Dekany <[email protected]> Wed, 4 Dec 2002 01:32:02 +0100
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
Wednesday, December 4, 2002, 12:11:46 AM, Daniel F. Savarese wrote: > In message <[email protected]>, Daniel Dekany writes: >>According to ORO API docs, Perl5Substitution supports case >>modification like \u or \l. I can't get it work: > > Works for me: > >> java substituteExample '(.*)' '\u$1' 'foo' > substitute regex: (.*) > result: Foo Not for me... I tried that now. It prints this for me: substitute regex: '(.*)' result: '\ufoo' I download 2.0.6 and will try with that... -- Best regards, Daniel Dekany