How do I remove a span tag using a VBScript regex? For example, the following HTML should be reduced to just the h3
opening tag:
<h3><span style="color: inherit; font-size: 24px; line-height: 1.1;">
It must be by regex, as it is part of a regex process to standardize text. The content of the span
can vary totally, and most of the time there is no span
.