Regular Expressions 101

Community Patterns

String Regex

0

Regular Expression
PCRE (PHP <7.3)

/
"[^\n]+(?<=[^\\])"
/
g

Description

Capture an entire string and support escaping the string.

Submitted by anonymous - 7 years ago