Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-08-11 13:15
Flavor·ECMAScript (JavaScript)

/
^((0[1-9])|([1-8][0-9])|(9[0-8])|(2A)|(2B)) *([0-9]{3})?$
/
i
Open regex in editor

Description

code postal de taille 2 ou 5

Submitted by NIGGGA