Regex to replace values that include part of match in replacement in sublime?

The replacement expression is:

\$\1\u\2

See the Regular Expressions chapter (in the TextMate docs) for more information.

There’s already a package that does this, and more:

Leave a Comment