Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Created July 25, 2014 12:40
Show Gist options
  • Save rxnlabs/19a5eaf276ec18f63fb6 to your computer and use it in GitHub Desktop.
Save rxnlabs/19a5eaf276ec18f63fb6 to your computer and use it in GitHub Desktop.
Regex - Select characters between two parentheses. PHP based
// http://www.regexr.com/397dr
/\((.*?)\)/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment