Regular Expressions 101

Community Patterns

Matching Same Text Again & Again

1

Regular Expression
PCRE (PHP <7.3)

/
^([a-z])([\w])([\s])([^\W])([0-9])([^0-9])([A-Z])([a-zA-Z])([aeiouAEIOU])([^\s])\1\2\3\4\5\6\7\8\9\10$
/
gm

Description

Matching Same Text Again & Again

Submitted by anonymous - 4 years ago