Is there a way to use perl-style regular expressions to match a character and replace it with it's upper/lower case equivalent without relying on another language (php, javascript, whatever)?
Modifying string case would be handy to be able to do in the VI editor and Notepad++ and PHP, etc instead of having a different approach for every context.
Probably not, huh..