Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Example 1.1: Pet Name

0

Regular Expression
PCRE (PHP <7.3)

/
My dog's name is (.*)\.
/
gm

Description

Loading markdown...
Submitted by anonymous - 5 months ago