Regular Expressions 101

Community Patterns

Only allow latin chars and whitespaces

0

Regular Expression
ECMAScript (JavaScript)

/
[^\u0020-\u007F\u00A0-\u00FF\u0100-\u017F\u0180-\u024F\s]+
/
gm

Description

no description available

Submitted by anonymous - 5 years ago