Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-22 05:12
Flavor·PCRE2 (PHP)

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

Description

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

Submitted by anonymous