Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-29 17:58
Flavor·PCRE2 (PHP)

/
(\"\")|(\".*?[^\\]\")
/
g
Open regex in editor

Description

Regex for parsing strings

  • Works with Flex lexical analyzer generator
  • Allows escaped quotes
Submitted by Lech Mazur