Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
^([0]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{3}$
/

Description

Validates German ZIP codes

Submitted by wehmoen - 10 years ago