Regular Expressions 101

Community Patterns

0

my_lib

PCRE2 (PHP >=7.3)
without numbers
Submitted by anonymous - 2 years ago
0

First_Tests

PCRE2 (PHP >=7.3)
first tests
Submitted by anonymous - 2 years ago

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

Loading markdown...
Submitted by edp9884 - 2 years ago