Regular Expressions 101

Community Patterns

Can contain \" and \\, but " and \ are not allowed

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[^\r\n]*(?<=\\)("|\\)[^\r\n]*$
/
gm

Description

Can contain " and \, but " and \ are not allowed

Submitted by anonymous - 2 years ago