Regular Expressions 101

Community Patterns

Single Quote String Matcher - Excel

0

Regular Expression
PCRE (PHP <7.3)

/
'(?:[^']|'')*'
/
gm

Description

Should match all single quoted string in an excel formula including ones with an escaped single quote in it

Submitted by anonymous - 4 years ago