Regular Expressions 101

Community Patterns

page range

0

Regular Expression
PCRE (PHP <7.3)

/
^(?<folderMnemonic>[a-z0-9]{2,8}?)_(?<folderIsbn>\d{13})_(?<folderPrimaryId>((fm|bm|tx|c|all|lay|ins|tip|dp|sr|rft|bas|bck|und|lbl|pu|fo)\d*?)|pp\d+?-\d+?)_(?<folderSecondaryId>tcx\d+)_r(?<folderRevisionNumber>\d+) Folder\/WIP\/(?<fileNameWithoutExt>[a-z0-9]+?)\.(?<fileExtension>zip)$
/
gmi

Description

no description available

Submitted by anonymous - 5 years ago