Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-07 12:21
Flavor·ECMAScript (JavaScript)

/
^[1-9][0-9]{3} ?(?!sa|sd|ss)[a-z]{2} (\w?[0-9]+[a-zA-Z0-9\- ]*)$
/
i
Open regex in editor

Description

Dutch postalcode + house number like:

1232AS 23 1232AS 23a

Submitted by Kevin