Regular Expressions 101

Community Patterns

Slow As Butts Regex

1

Regular Expression
PCRE (PHP <7.3)

%
[^,\[\]]+(?=(?:\[|,))
%
g

Description

Look(ahead|behind)s are slow

Submitted by anonymous - 8 years ago