Skip to content

Instantly share code, notes, and snippets.

@dongliu
Created July 17, 2012 17:22
Show Gist options
  • Select an option

  • Save dongliu/3130674 to your computer and use it in GitHub Desktop.

Select an option

Save dongliu/3130674 to your computer and use it in GitHub Desktop.
sublime 2 text replace -(dash) in id with _(underscore)
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