Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-05-02 16:57
Flavor·PCRE (Legacy)

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

Description

matches any special chars (e.g. !@#$)

Submitted by DrewBaker