Regular Expressions 101

Community Patterns

quoted strings regex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
"(?:\\"|[^"])*"|'(?:\\'|[^'])*'
/
gm

Description

matches quoted strings

Submitted by anonymous - 10 months ago