Regular Expressions 101

Community Patterns

1...56789...879

Match file name no sub folder

0

Regular Expression
PCRE (PHP <7.3)

/
^(.*)\/(?<mnemonic>.+)_(?<isbn>\d{13})_(?<primaryId>.+?)_(?<secondaryId>.+?)(?:_r(?<revisionNumber>\d+))?\.(?<extension>pdf)$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago