This section of the PhpStorm documentation website provides a brief summary of regexp syntax that can be helpful for creating search and issue navigation patterns. https://www.jetbrains.com/help/phpstorm/regular-expression-syntax-reference.html
This section of the PhpStorm documentation website provides a brief summary of regexp syntax that can be helpful for creating search and issue navigation patterns. https://www.jetbrains.com/help/phpstorm/regular-expression-syntax-reference.html
find: (\w+_)+(\w+) replace: \L$1$2\E from: https://stackoverflow.com/a/32137232