Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

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

Description

Validates street names of Germany.

Submitted by Chandru Naik - 3 years ago