Get the current index in the text
Check if the scanner has reached the end of the text
Check if there is more text to scan
Get the remaining text from the current position
Get the next character and advance the index
The next character, or empty string if at end
Advance the index by the specified count
Number of characters to advance
Look at a character without advancing the index
Offset from current position
The character at the offset position, or empty string if out of bounds
Find the next occurrence of a character
The character to find
Whether to handle escaped characters
Index of the character, or -1 if not found
Check if the next character is a space
Consume spaces until a non-space character is found
Number of spaces consumed
Get remaining text from current position (alias for tail)
Text scanner for parsing MText content