simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

[Feature]regex replace group with its uupercase version #165

Open clfsoft opened 7 years ago

clfsoft commented 7 years ago

regexp: (abc) relacement: \U\1
result: ABC

https://stackoverflow.com/questions/427654/regex-implementation-to-replace-group-with-its-lowercase-version