Regular Expressions 101

Community Patterns

Regex to exclude accented character like è, à, ç... and white space

0

Regular Expression
ECMAScript (JavaScript)

/
[^ \u00C0-\u017F]
/
g

Description

no description available

Submitted by Tho Vo - 7 years ago (Last modified 8 months ago)