Created
November 5, 2009 01:00
-
-
Save conversionfoundry/226588 to your computer and use it in GitHub Desktop.
TextMate snippet to underscore the current selection (HaveASandwich => have_a_sandwich)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
${TM_SELECTED_TEXT/((\b[A-Z])|([A-Z]))/(?2:\l$2)(?3:_\l$3)/g} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment