Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmgdevelopment/2ea31d2aaceb1265a4f5a486c51da8c2 to your computer and use it in GitHub Desktop.
Save kmgdevelopment/2ea31d2aaceb1265a4f5a486c51da8c2 to your computer and use it in GitHub Desktop.
Regex: Split HTML Text Elements
<(p|ul|ol|h1|h2|h3|h4|h5|h6|div|table|blockquote)>[.\S\s]*?<\/(p|ul|ol|h1|h2|h3|h4|h5|h6|div|table|blockquote)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment