The media in this post is not displayed to visitors. To view it, please go to the original post.
Still one of my favorite StackOverflow answers.
#regex #programming #xml #html
RegEx match open tags except XHTML self-contained tags
I need to match all of these opening tags: But not self-closing tags: I came up with this and wanted to makeStack Overflow