CharMatcher.digit constructor

const CharMatcher.digit()

A matcher that accepts ASCII digits, see UnicodeCharMatcher.numberDecimalDigit for the Unicode variant.

Implementation

const factory CharMatcher.digit() = DigitCharMatcher;