Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?m)^(?:[^,]+,){2}
/
g

Description

In a .csv file where every field is quoted (for whatever reason) select the first two columns

Submitted by anonymous - 5 months ago