Skip to content

Instantly share code, notes, and snippets.

@aradnom
Created March 29, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aradnom/a7edf0c29d5f54e4d5c9c5ff36c20960 to your computer and use it in GitHub Desktop.
Save aradnom/a7edf0c29d5f54e4d5c9c5ff36c20960 to your computer and use it in GitHub Desktop.
Regex for grabbing everything between a multiline tag. I always forget the multiline bit and have to futz with it until I find it again, so this time I'm writing it down.
<Tag>(.|\s)*?</Tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment