Simple utility to easily walk over string data one character at a time.
Consume all characters that do not match the provided Set or strings and return the discovered value.
A Set of strings, or arguments list of strings, that will halt character ingestion.
Generated using TypeDoc
Simple utility to easily walk over string data one character at a time.