Regular Expressions 101

Community Patterns

Street names in Germany

1

Regular Expression
ECMAScript (JavaScript)

/
^[\x7f-\xffa-zA-Z0-9.,/"'()+-\s]+$
/
gm

Description

Validates street names of Germany.

Submitted by Chandru Naik - 2 years ago