Transform case in regex find/replace

Use \u\U\l\L in the editor replace widget to transform the case of matched regular expression groups

\u — uppercase first letter \U — uppercase group

\l — lowercase first letter \L — lowercase group