Regular Expressions 101

Community Patterns

Script Tag Removal.

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script\s*>
/
gi

Description

Removes "<script>" tags from plain text notes.

Submitted by anonymous - a year ago