Find/Replace uppercase found words

Having trouble installing Oxygen? Got a bug to report? Post it all here.
sderrick
Posts: 264
Joined: Sat Jul 10, 2010 4:03 pm

Find/Replace uppercase found words

Post by sderrick »

I have a regex expression which finds the words I I need to uppercase.

\b([0-9]+[a-z]+\.[0-9]+\.[0-9]+)\b

Is there a way to upper case the regex groups in the "replace with" input box?

thanks,

Scott
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Find/Replace uppercase found words

Post by adrian »

Hi,

No, I'm afraid that's not possible with Java regex.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply