Regular Expressions 101

Community Patterns

body tcx, indd|qxp|qxd

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 5 years ago