Regular Expressions 101

Community Patterns

0

palo

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

regex

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

strange

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

Validate param name

0

Regular Expression
ECMAScript (JavaScript)

/
[^a-zA-Z0-9\$\_\"]|^[0-9]+[a-zA-Z0-9\$\_\"]|^[0-9]+$|\s
/
g

Description

Loading markdown...
Submitted by ABabin - 7 years ago