Regular Expressions 101

Community Patterns

regex

0

Regular Expression
PCRE (PHP <7.3)

/
\A(?:(?<sentUCFN>(?<turkcode>\d{1,3}[a-zA-Z]{0,1})-[a-zA-Z]{2}-\d+)|(?<guardUCFN>[a-zA-Z]+_\d+))\z
/
gm

Description

no description available

Submitted by anonymous - 4 years ago