Regular Expressions 101

Community Patterns

Rosti upgrade with +

0

Regular Expression
PCRE (PHP <7.3)

/
(01\d+(?=17)|01\d+(?=10\w)|01\d+)?(17\d{6}(?=10))?(10[\d\w]+)?\+
/
g

Description

Fix of lot being smaller when 6 chars

Submitted by anonymous - 5 years ago