We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This library currently does not handle scipt content with "<".
To try and get around this, use the following code to remove script tags:
$sHTML = StringRegExpReplace($sHTML, "<script[^>]+>.*?<\/script>", "")