Regular Expressions 101

Community Patterns

Test RegEx Text

0

Regular Expression
PCRE (PHP <7.3)

/
^(The|A|An)
/
gm

Description

Just some text used to test RegEx with.

Submitted by anonymous - 5 years ago