Regular Expressions 101

Community Patterns

StoreCode

0

Regular Expression
PCRE (PHP <7.3)

/
\d*[|].+[|][a-zA-Z]+
/
g

Description

Used to validate the StoreCode field in the MDS table SourceStore

Submitted by John McPhillips - 6 years ago