cosmeticSeparators top-level property
Whitespace and hyphens, the separators a standard treats as cosmetic grouping, for a value whose charset excludes both.
Implementation
final cosmeticSeparators = RegExp(r'[\s-]+');
Whitespace and hyphens, the separators a standard treats as cosmetic grouping, for a value whose charset excludes both.
final cosmeticSeparators = RegExp(r'[\s-]+');