check if the string contains ASCII chars only
bool isAscii(String str) { return _ascii.hasMatch(str); }