Regular Expressions 101

Community Patterns

0

InputInteger

PCRE2 (PHP >=7.3)
InputInteger
Submitted by anonymous - a year ago
0

hidrologia

PCRE2 (PHP >=7.3)
qualidade
Submitted by anonymous - a year ago

Camel Case - digits allowed

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[a-z][a-z0-9]*(([A-Z][a-z0-9]+)*[A-Z]?|([a-z0-9]+[A-Z])*|[A-Z])$
/
gm

Description

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