A chainable variant of the function. Match all next characters against the function until it returns true
Function to match against.
Matched characters (output).
Self, for chaining.
MatchException if didn't match anything
See Implementation
A chainable variant of the function. Match all next characters against the function until it returns true