CharMatcher.digit constructor

const CharMatcher.digit()

A matcher that accepts digits.

Implementation

const factory CharMatcher.digit() = DigitCharMatcher;