Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-23 18:30
Flavor·PCRE2 (PHP)

/
(\(\d{1,3}[0-9,a-z,A-Z]{1}?\)(?<upc>[\d,a-z,A-Z]{1,70}))(\(\d{1,3}[0-9,a-z,A-Z]{1}?\)(?<date>[\d,a-z,A-Z]{1,70}))(\(\d{1,3}[0-9,a-z,A-Z]{1}?\)(?<batch>[\d,a-z,A-Z]{1,70}))
/
gm
Open regex in editor

Description

Parse the 3 groups of a GS1-128 Barcode

Submitted by Mike D