Skip to content

Instantly share code, notes, and snippets.

@joshcarr
Created February 21, 2014 17:40
Show Gist options
  • Save joshcarr/9139097 to your computer and use it in GitHub Desktop.
Save joshcarr/9139097 to your computer and use it in GitHub Desktop.
Regex for finding HTML tags with content
(?:<tag>)([\s\S]+?)(?:</tag>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment