Regular Expressions 101

Community Patterns

Regular expression to match all special characters except

0

Regular Expression
PCRE (PHP <7.3)

/
^[\p{L}\p{M}\p{N}\p{P}\p{C}\p{Z}\p{S}][^=@]+$
/
u

Description

no description available

Submitted by anonymous - 7 years ago