Regular Expressions 101

Community Patterns

1

myregex

PCRE (PHP <7.3)
no description available
Submitted by shakti - 10 years ago
1

gk

PCRE (PHP <7.3)
wertyuikjh
Submitted by hjk - 10 years ago
35

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 10 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