Regular Expressions 101

Community Patterns

regex only character number and 14 special character

0

Regular Expression
PCRE (PHP <7.3)

/
[a-zA-Z0-9!"#%()*+ -.\/=?_ ]*
/
gmsx

Description

regex only character number and 14 special character

Submitted by hao.nguyen - 2 years ago