reLatin top-level property

RegExp reLatin
final

Used to match Latin Unicode letters (excluding mathematical operators).

Implementation

final reLatin = RegExp(r"[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]");