Skip to content

Instantly share code, notes, and snippets.

@couchoud
Created November 3, 2011 15:25
Show Gist options
  • Save couchoud/1336769 to your computer and use it in GitHub Desktop.
Save couchoud/1336769 to your computer and use it in GitHub Desktop.
Regex Snippets
/^([a-zA-z\s]+)\:([a-zA-Z\s]+)/$
foo:bar matches ['foo:bar', 'foo', 'bar'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment