Description |
Designed to find tags and attributes despite formatting issues, since it may help to find tags like <script a>, since they'll render even though not properly formatted.
Also finds closing tags. Designed with the intention of sanitizing html input prior to rendering. However, for some inputs, this can be very slow. I don't recommend doing this with regex |
Matches |
<h1>, </h1>, <span class=”xyz” style=”font-style:italics;”> <script a> <script abc=> <script abc="...">, <script abc="afgd"abc >, <script abc=""abc def=""> |