Read chars until something in the mask is encountered.
string $mask:
mixed
public function charsUntil($mask) { return $this->doCharsUntil($mask); }