If the string is present, move the start of the buffer to the first occurrence of that string. This is useful for skipping over elements or parts that we're not really interested in parsing. (ie - the opening characters, comma separators, etc.)
_skipTo(start: string)| Name | Type | Description |
|---|---|---|
start* | string | The string to start the buffer with |