Space Parser
An implementation of IMfmParser that searches for whitespace characters (space, tab, and full-width space) in a given string.
Functions
Link copied to clipboard
Finds a substring in the input string starting from a given index.
Link copied to clipboard
Returns a negative (not) version of the current MFM parser. A negative parser will return a failure result if the substring is found.
Link copied to clipboard
Returns an optional version of the current substring parser. An optional parser will return a successful result even if the substring is not found.