Regular Expressions 101

Community Patterns

char and no without sympols

1

Regular Expression
PCRE (PHP <7.3)

/
^[a-z|A-Z|0-9]+[a-z|A-Z|0-9]
/

Description

Accept char and integers and not accept for any kind of sympol or spacs

Submitted by Taha Sayed (Egypt) - 8 years ago