check if the string contains one or more multibyte chars
bool isMultibyte(String str) => _multibyte.hasMatch(str);