Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Catch multiline escaped text between quotes

1

Regular Expression
ECMAScript (JavaScript)

/
(["\'`])((\s|((\\)*)\\.|.)*?)\1
/
g

Description

Loading markdown...
Submitted by David Blanchard - 5 months ago
(Last modified 4 months ago)