Using regex to replace upper case with lower case in JetBrains IDEs?

find: (\w+_)+(\w+) replace: \L$1$2\E

from: https://stackoverflow.com/a/32137232

Tagged with: ,