Regular Expressions 101

Community Patterns

Our Box # Format Reader/Checker

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?'box_string'T(?'mod_id'[0-9]{4})(?'box_num'[0-9]{1,}))(?'comma_qty',(?'qty'[0-9]{1,}))?$
/
gm

Description

This is used to check and grab parts from our box # format at our production facility.

Submitted by edp9884 - 2 years ago