↓ Skip to Main Content
Home
Blog
Contact me
Links
Privacy Policy
Home
›
Programming
›
Using regex to replace upper case with lower case in JetBrains IDEs?
Using regex to replace upper case with lower case in JetBrains IDEs?
Posted on
July 19, 2018
by
Sultan Shakir
Posted in
Programming
find: (\w+_)+(\w+) replace: \L$1$2\E
from:
https://stackoverflow.com/a/32137232
‹
Amazon FBA Arbitrage Links
Regular Expression Syntax Reference
›
Tagged with:
ide
,
programming
Top