Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-02-26 10:31
Flavor·ECMAScript (JavaScript)

/
^[^!@#$%^&*()\+\=\[\]\\\';,.\/{}|\":<>?]+$
/
Open regex in editor

Description

allows white spaces, -, Umlaut and ß

Submitted by anonymous