CharMatcher.whitespace constructor

const CharMatcher.whitespace()

A matcher that accepts ASCII whitespaces, see UnicodeCharMatcher.whiteSpace for the Unicode variant.

Implementation

const factory CharMatcher.whitespace() = WhitespaceCharMatcher;