Regular Expressions 101

Community Patterns

Split String using Custom Delimiter

1

Regular Expression
PCRE (PHP <7.3)

/
"[^"]*"|[^:]+
/
g

Description

This example uses colon (:)

Submitted by anonymous - 8 years ago