Created
July 17, 2012 17:22
-
-
Save dongliu/3130674 to your computer and use it in GitHub Desktop.
sublime 2 text replace -(dash) in id with _(underscore)
This file contains hidden or 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
| find what: #(\w+_)*(\w+)- | |
| replace with: #$1$2_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment