Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
,?\s?("[^"]*,[^"]*"|[^",]*)
/
gm

Description

Captures a line of a CSV into a individual values.

Submitted by Samuel Molinski - 4 years ago