Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-24 00:17
Flavor·PCRE2 (PHP)

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

Description

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

Submitted by anonymous