Regular Expressions 101

Community Patterns

0

Parcing2

PCRE (PHP <7.3)
aa
Submitted by anonymous - 10 months ago
0

Init code

PCRE2 (PHP >=7.3)
Init code
Submitted by anonymous - 10 months ago

check operator and length

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?=.{10,50}$)[a-zA-Z\s]*$
/

Description

Loading markdown...
Submitted by anonymous - a year ago