Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-03-29 07:31
Flavor·ECMAScript (JavaScript)

/
^[A-Z@~`!@#$%^&*()_=+\\';:"\/?>.<,-]*$
/
i
Open regex in editor

Description

allow only alpabets digits and special characters

Submitted by anonymous