Regular Expressions 101

Community Patterns

Matching comma separated with pattern

1

Regular Expression
PCRE (PHP <7.3)

/
(?i),([^,]*),([^,]*),"ViewerURL"
/

Description

Matching comma separated fields with pattern

Submitted by anonymous - 8 years ago