Let’s consider the following layer name: Button/light.
Now, using regular expressions, which would be (.+\/)(\w)(.+), how do I capitalize the second word?
Rebuilding without changes would be $1$2$3, but how do I make $2 to be uppercase? I thought it would be something like \U$2 like some languages do, but it doesn’t seem to work in the dialog.