Regular Expressions 101

Community Patterns

EEG pipeline filename

0

Regular Expression
PCRE (PHP <7.3)

/
(?<file>(?<subject>\d{4})_(?<COND>[A-Z]{2})_(?<EOEC>EO|EC)_?(?<inx>\d)?)(?<ext>\.\w{3,4})
/
g

Description

no description available

Submitted by anonymous - 7 years ago