StringRecognizer
Implementation of a TokenRecognizer that attempts to recognize a given string exactly. It will return a pair with the matched string and the ending index (exclusive) if recognized.
Properties
Link copied to clipboard
The string that should be recognized by this StringRecognizer