Regular Expressions 101

Community Patterns

Look first character that are special chracters

0

Regular Expression
ECMAScript (JavaScript)

/
^(\`|\~|\!|\@|\#|\$|\%|\^|\&|\*|\(|\)|\+|\=|\[|\{|\]|\}|\||\\|\'|\<|\>|\/|\""|\;)
/
gmi

Description

no description available

Submitted by anonymous - 7 years ago