Page 1 of 1

Find/Replace uppercase found words

Posted: Fri Aug 03, 2018 3:00 am
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

Re: Find/Replace uppercase found words

Posted: Fri Aug 03, 2018 7:30 pm
by adrian
Hi,

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

Regards,
Adrian