Skip all characters until one doesn't match, for built-in chars, Unicode whitespace is the default.
Skip one character, without matching.
Skip a single character if it matches. Params: check = Function to match against.
Skip all characters until one matches.