Skip to content

Instantly share code, notes, and snippets.

@camh96
Created July 17, 2018 20:55
Show Gist options
  • Save camh96/7bb00cafbe63ff82b2bc16c6f1106c5e to your computer and use it in GitHub Desktop.
Save camh96/7bb00cafbe63ff82b2bc16c6f1106c5e to your computer and use it in GitHub Desktop.
regex to match a number in parentheses
(\([\d]?\.[\d]*\))|(\(\d\))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment