Skip to content

Instantly share code, notes, and snippets.

@kfriend
Last active December 18, 2015 02:09
Show Gist options
  • Save kfriend/5709227 to your computer and use it in GitHub Desktop.
Save kfriend/5709227 to your computer and use it in GitHub Desktop.
Simple regex for matching empty HTML tags
#<([a-z])[^(>|\/>)]*>(\s)*<\/\1[^>]*>#i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment