vote up 0 vote down star

I have been trying unsuccessfully to mirror text that only matches "a-z0-9" using the following code:

${1/[a-z]/$0/}${1}

After the snippet has been tab triggered I would expect to type "$test" and see "test" mirrored.

Any clues? Many thanks!

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.