Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-09 15:45
Flavor·ECMAScript (JavaScript)

/
^([0]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{3}$
/
Open regex in editor

Description

Validates German ZIP codes

Submitted by wehmoen