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