Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

-3

Regular Expression
PCRE (PHP <7.3)

/
\A[\r\n\s\]\[\\\^$@~#%.&|?;,*`+()\-_<>{}\/]*
/
g

Description

This search for special character at first position in the string

Submitted by anonymous - 9 years ago