Skip to content

Instantly share code, notes, and snippets.

@jamiejohnsonkc
Created August 31, 2018 14:34
Show Gist options
  • Save jamiejohnsonkc/755c48b3057bc55c13534405f41f3937 to your computer and use it in GitHub Desktop.
Save jamiejohnsonkc/755c48b3057bc55c13534405f41f3937 to your computer and use it in GitHub Desktop.
find EVERYTHING, #regex
Used in a regex search, this formula will find every instance of viewBox=" " regardless of the values contained therein
viewBox="(.*?)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment