Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-09-16 14:36
Flavor·Python

r"
yourtext(?=(?:[^'\"]*(?:'|\")[^'\"]*(?:'|\"))*[^'\"]*$)
"
gm
Open regex in editor

Description

It will only pick thet matching text outside the quotes i.e ', "

Submitted by anonymous