Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
[^_]+_[^_]+_([^_]+)_([^_]+)
/
g

Description

Filtre : split on underscore

Submitted by herve_p - 8 years ago