asciiDigitMatcher top-level property
Hard-code the most common matcher, which has special RegExp syntax.
Implementation
final RegExp asciiDigitMatcher = RegExp(r'^\d+');
Hard-code the most common matcher, which has special RegExp syntax.
final RegExp asciiDigitMatcher = RegExp(r'^\d+');