Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Find All Python imports

5

Regular Expression
PCRE (PHP <7.3)

/
import \S+\w+
/
g

Description

Loading markdown...
Submitted by anonymous - 9 years ago