isMultibyte property
bool
get
isMultibyte
Check if the string contains one or more multibyte chars
Implementation
bool get isMultibyte => RegexUtils.multibyte.hasMatch(this);
Check if the string contains one or more multibyte chars
bool get isMultibyte => RegexUtils.multibyte.hasMatch(this);