Regular Expressions 101

Community Patterns

check operator and length

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

check operator and length

Submitted by anonymous - a year ago