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!
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
1 month ago
viewed
19 times