Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-06-24 00:59
Updated·2024-08-30 23:08
Flavor·PCRE2 (PHP)

/
\bp+[a@\*]?[e3\*\W_]+d+[\*0o](?:(?:ph|f)il(?:[e3\*\W_]|ia))?\b
/
gm
Open regex in editor

Description

Matches "pedophile" and variations, including a few common bypasses.

Submitted by paiuxfluens