Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-03 19:41
Flavor·PCRE (Legacy)

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

Description

This regex will find all CSV separator that are not escaped

Submitted by anonymous