Regular Expressions 101

Community Patterns

2

update match

PCRE (PHP <7.3)
no description available
Submitted by ozarzu - 8 years ago
1

works

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Alphanumeric and Spaces

8

Regular Expression
PCRE (PHP <7.3)

/
^[a-z\d\-_\s]+$
/
i

Description

Loading markdown...
Submitted by JTN - 8 years ago
(Last modified 4 months ago)