peek
Try to read the next character without increasing the position
Determine whether the next character is the expected character, but do not consume it.
Try to read the next character starting at the given offset.
Parameters
The offset to use. Note that large offset may break due to missing checks
Determine whether the following characters match the expected character sequence starting at the given offset.
Parameters
The expected character sequence. Note that this may not contain '\r' characters as the implementation does not normalize end-of-line.
Determine whether the following characters match the expected character sequence starting at the given offset.
Parameters
The expected character. Note that this may not be '\r' characters as the implementation does not normalize end-of-line.
Determine whether the following characters match the expected character sequence)
Parameters
The expected character sequence. Note that this may not contain '\r' characters as the implementation does not normalize end-of-line.
