Skip to content

Instantly share code, notes, and snippets.

@danmaispace
Created May 24, 2013 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danmaispace/5640898 to your computer and use it in GitHub Desktop.
Save danmaispace/5640898 to your computer and use it in GitHub Desktop.
search replace on regular expressions in Sublime Text 2
search replace on regular expressions in Sublime Text 2
Find: /images/(\w+).gif
Replace: /assets/\1.gif
Will replace "/images/logo.gif" to "/assets/logo.gif".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment