Skip to content

Instantly share code, notes, and snippets.

@joonassandell
Last active May 20, 2019 10:09
Show Gist options
  • Save joonassandell/fe22c9442b476f60f3a2ab2610029335 to your computer and use it in GitHub Desktop.
Save joonassandell/fe22c9442b476f60f3a2ab2610029335 to your computer and use it in GitHub Desktop.
RegEx
# Delete empty lines
^\s*$
# Match tag and text spanning across multiple lines
<div[\r\s\S]+?</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment