Regular Expressions 101

Community Patterns

Filtre underscore

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Filtre : split on underscore

Submitted by herve_p - 7 years ago