menu
rikulo_commons package
documentation
util.dart
regexWhitespaces property
regexWhitespaces property
dark_mode
light_mode
regexWhitespaces
top-level property
RegExp
regexWhitespaces
final
A regular expression to match a whitespace.
Implementation
final regexWhitespaces = RegExp(r'[\s\u0085]');
rikulo_commons package
documentation
util
regexWhitespaces property
rikulo_util library