reLatin top-level property
Used to match Latin Unicode letters (excluding mathematical operators).
Implementation
final reLatin = RegExp(r"[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]");
Used to match Latin Unicode letters (excluding mathematical operators).
final reLatin = RegExp(r"[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]");