RegEx to match open tags except XHTML self-contained tags
While arbitrary HTML with only a regex is impossible, it’s sometimes appropriate to use them for parsing a limited, known set of HTML. If you have a small set of HTML pages that you …
RegEx to match open tags except XHTML self-contained tags Learn More