Regular Expressions 101

Community Patterns

regex for allowing only certain special characters and also including the alphanumerical characters

0

Regular Expression
ECMAScript (JavaScript)

/
^[a-zA-Z0-9 ‘’`',:/\\-]*$
/
gm

Description

no description available

Submitted by anonymous - 4 years ago