Regular Expressions 101

Community Patterns

0

Swing

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago
0

Essai

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago

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

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 3 years ago