0x255
isEnglish.jsexprot function isEnglish(text) { return !text.split('').some(char => char.charCodeAt() > 255); }