isHalfWidth function
Returns true if str contains half-width Unicode characters.
Implementation
@experimental
bool isHalfWidth(String str) => halfWidthReg.hasMatch(str);
Returns true if str contains half-width Unicode characters.
@experimental
bool isHalfWidth(String str) => halfWidthReg.hasMatch(str);