Skip to content

Instantly share code, notes, and snippets.

@1beb
Created June 16, 2011 20:24
Show Gist options
  • Save 1beb/1030170 to your computer and use it in GitHub Desktop.
Save 1beb/1030170 to your computer and use it in GitHub Desktop.
Remove [...] and (...)
Regex: \[.*\] finds anything in [...]
Regex: \(.*\) finds anything in (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment