asciiDigitMatcher top-level property

RegExp asciiDigitMatcher
final

Hard-code the most common matcher, which has special RegExp syntax.

Implementation

final RegExp asciiDigitMatcher = RegExp(r'^\d+');