Read chars as long as the mask matches.
string $mask:
int
public function charsWhile($mask) { return $this->doCharsWhile($mask); }