Skip to content

Instantly share code, notes, and snippets.

@jorwan
Last active August 29, 2015 14:26
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 jorwan/a6e291333a2f0bae5a45 to your computer and use it in GitHub Desktop.
Save jorwan/a6e291333a2f0bae5a45 to your computer and use it in GitHub Desktop.
Regular Expression Sublime

Regular Expression Sublime


Replace something

Looking for something:

my name is (\w+) 

Replacing that for other sentences and keeping the names

my name used to be \1 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment