Regular Expressions 101

Community Patterns

Remove Dangerous HTML Tags

0

Regular Expression
PCRE (PHP <7.3)

/
<\/?script.*\/?>(.*<\/script>)?
/
ig

Description

no description available

Submitted by SG - 8 years ago