Re: Case modification in the substitution?
"Daniel F. Savarese" <[email protected]> Tue, 03 Dec 2002 18:11:46 -0500
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
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