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