Regular Expressions 101

Community Patterns

Regex to Split string by comma but exclude comma in brackets parentheses

0

Regular Expression
PCRE (PHP <7.3)

/
,(?!\d+\))
/
gm

Description

no description available

Submitted by anonymous - 3 years ago