CharMatcher.letterOrDigit constructor

const CharMatcher.letterOrDigit()

A matcher that accepts ASCII letters or digits.

Implementation

const factory CharMatcher.letterOrDigit() = LetterOrDigitCharMatcher;