Regular Expressions 101

Community Patterns

[Ethias] Informex

0

Regular Expression
ECMAScript (JavaScript)

/
(?<!\w)(?:10|11|12|13|14|15|16|17|18|19)(?<!\w)(?:0[238]|8[23458])\d{5}(?!\w)
/
gmi

Description

no description available

Submitted by anonymous - 5 years ago