Skip to content

Problems

Anders Pedersen edited this page Dec 27, 2018 · 1 revision

Inline code in srcipt tags

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>", "")
Clone this wiki locally