Cursor
Functions
Link copied to clipboard
Link copied to clipboard
Iterate over the rest of the string, returning the result.
Link copied to clipboard
Iterate over the rest of the string as long as the predicate returns true, returning the result.
Link copied to clipboard
Increment the index and return the character found there, or null if we're at the end of the string.
Link copied to clipboard
Return the character at the previous index, or null if we're at the start of the string.
Link copied to clipboard
Decrement the index and return the character found there, or null if we're at the start of the string.
Link copied to clipboard
Skip any immediate whitespace, updating the index.