Regular Expressions 101

Community Patterns

MK1 artist-album reducer

0

Regular Expression
PCRE (PHP <7.3)

/
^(?<artist>[\w ]+)\/(?<album>[\w ]+)\/(( - )|(\d+)|\k<artist>|\k<album>|[_])*(?<name>.+)(?<ext>\.(flac|mp3))$
/
gm

Description

no description available

Submitted by anonymous - 6 years ago