Regular Expressions 101

Community Patterns

tcx

0

Regular Expression
PCRE (PHP <7.3)

/
^(.*?)\/(?<mnemonic>.{2,8}?)_(?<isbn>\d{13})_(?<primaryId>.+?)_(?<secondaryId>tcx\d{0,3})(?:_r(?<revisionNumber>\d+))?\.(?<extension>indd|qxp|qxd)$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago