Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-12-11 03:58
Updated·2023-07-24 23:03
Flavor·ECMAScript (JavaScript)

/
^(\s|\w|\d|\.|\,|\;|\:|\?|\!|\@|\#|\$|\%|\^|\&|\*|\(|\)|\_|\~|\`|\'|\\|\-|\/|\+)*?$
/
Open regex in editor

Description

this is a white list regex that invalidates input with <>"=

Submitted by Ivan Cai