Regular Expressions 101

Community Patterns

11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 8 years ago

look for any $_POST['name']

5

Regular Expression
PCRE (PHP <7.3)

/
\=\$_POST\['[a-zA-z0-9]*'\];
/

Description

Loading markdown...
Submitted by Kevinator - 8 years ago