Regular Expressions 101

Community Patterns

1

tesdsa

PCRE (PHP <7.3)
dsadsadsadsa
Submitted by dasdasdsa - 9 years ago
1

test

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

Grab double or single quoted text, escape aware

1

Regular Expression
PCRE (PHP <7.3)

/
^(['"])((?:\\.|(?!\1).)*+)\1$
/
gm

Description

Loading markdown...
Submitted by robin - 10 years ago