Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-01-21 16:56
Updated·2022-01-21 21:37
Flavor·PCRE2 (PHP)

/
(.){1}(?<!;|\n|\r|\t)(")(?!;|\n|\r|\t)(.){1}
/
gs
Open regex in editor

Description

See quotes that are not delimiters

Submitted by anonymous