Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
Created·2016-03-04 08:58
Flavor·PCRE (Legacy)

/
[,](?![^(]*\))
/
g
Open regex in editor

Description

This came up as a need for splitting a url param into an array ofr stings, where such a string may be a sublist contained within a bracket pair

Submitted by Martin Renvoize