Returns whether string is composed entirely of ASCII-compatible characters.
string
bool isPlainAscii(String string) => _asciiOnly.hasMatch(string);