check if the string contains any half-width chars
bool isHalfWidth(String str) { return _halfWidth.hasMatch(str); }