Skip to content

Instantly share code, notes, and snippets.

@rbrooks
Created September 24, 2012 16:38
Show Gist options
  • Save rbrooks/3776897 to your computer and use it in GitHub Desktop.
Save rbrooks/3776897 to your computer and use it in GitHub Desktop.
Useful RegExs
# Match from beginning of line to last occurrence of slash (/). Great for parsing filename off full paths.
# ^.*/(?!.*/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment