Regular Expressions 101

Community Patterns

1

i

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
1

C#

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago

Match special characters excl. unicode accented, _, -, and whitespace

0

Regular Expression
ECMAScript (JavaScript)

/
([^A-Za-z0-9 _\-\u00C0-\u024F\u0400-\u04FF\u0374-\u03FF]+)
/
g

Description

Loading markdown...
Submitted by anonymous - 8 years ago