CharMatcher.any constructor

const CharMatcher.any()

A matcher that accepts any character.

Implementation

const factory CharMatcher.any() = AnyCharMatcher;