Skip to content

Instantly share code, notes, and snippets.

@kendfrey
Last active August 3, 2016 11:45
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 kendfrey/51f3af1759c9e463c6e9 to your computer and use it in GitHub Desktop.
Save kendfrey/51f3af1759c9e463c6e9 to your computer and use it in GitHub Desktop.
HTML Regex
^(?:\<(?<T>[A-Za-z][\w:.-]*)(?:\s+[A-Za-z][\w:.-]*=(?:"[^"]*"|'[^']*'))*\s*(?<-T>/)?\>|\</(?<-T>\k<T>)\>|(?:[^<&]|&(?:[A-Za-z]+|#\d+|#x[\da-fA-F]+);)+|<!--(?:[^-]|-(?!-))*-->|<!\[CDATA\[(?:[^\]]|](?!]>))*]]>)*(?(T)(?!))$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment