Regular Expressions 101

Community Patterns

cvdfd

1

Regular Expression
PCRE (PHP <7.3)

/
\b(?!\S*cat)([a-z])*\b
/

Description

no description available

Submitted by anonymous - 9 years ago