SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this in jEdit, by using the "Return value of a BeanShell snippet" option in jEdit's find and replace dialog. Just search for " [a-z]" and replace it by " _0.toUpperCase()" (without quotes)
" [a-z]"
" _0.toUpperCase()"