Is this a right way to check for characters (both English and non English characters like umlauts in German and others)?
var alphabet = /[A-Za-z \u00C0-\u1FFF\u2C00-\uD7FF]/g;
Is this a right way to check for characters (both English and non English characters like umlauts in German and others)?
var alphabet = /[A-Za-z \u00C0-\u1FFF\u2C00-\uD7FF]/g;