Snippet variable transforms

Apply a regular expression based replacement to variables in snippets. The syntax is: ${VAR/regexp/replacement/}

One common use case is generating a valid class name from the current file name.

More info