Regular Expressions 101

Community Patterns

PB Layout

0

Regular Expression
PCRE (PHP <7.3)

/
(?<JobID>.{8})(?<PieceID>.{6})(?<TotalSheetsInputFdr1>.{2})(?<AccountIdentifier>.{20})(?<InputWeight>.{5})(?<InsertFeeder01>.{1})(?<InsertFeeder02>.{1})(?<InsertFeeder03>.{1})(?<InsertFeeder04>.{1})(?<InsertFeeder05>.{1})(?<InsertFeeder06>.{1})(?<SelectAccessory1>.{1})(?<SelectAccessory2>.{1})(?<AccountPull>.{1})(?<QualityAudit>.{1})(?<AlertAndClear>.{1})(?<RecipientName>.{40})(?<RecipientAddress1>.{40})(?<RecipientAddress2>.{40})(?<RecipientAddress3>.{40})(?<RecipientAddress4>.{40})(?<RecipientAddress5>.{40})(?<IntelligentMailBarcode>.{31})(?<JobName>.{100})(?<UserDefinedField2>.{100})(?<UserDefinedField3>.{100})(?<UserDefinedField4>.{100})(?<UserDefinedField5>.{100})(?<Timestamp>.{25})
/
gm

Description

no description available

Submitted by anonymous - 4 years ago