Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-19 19:29
Updated·2022-01-24 18:12
Flavor·Python

r"
(\"(?:[^\"\\]|\\.)*\"|\'(?:[^\'\\]|\\.)*\')
"
Open regex in editor

Description

string regex but you can escape characters like ", for python only

Submitted by Fxomt