Regular Expressions 101

Community Patterns

0

regex for copper

Python
no description available
Submitted by anonymous - 4 years ago

Maritime Container Number Pattern

2

Regular Expression
PCRE (PHP <7.3)

/
([A-Z]{4})\s*([0-9]{6})[\s-\/]?([0-9])
/

Description

Loading markdown...
Submitted by Philippe Michiels - 8 years ago