This class takes a string and lets you perform simple matching operations to help in writing simple parsers and keep your code readable.
Create the stream.
Current index.
String we are operating on.
See Implementation
This class takes a string and lets you perform simple matching operations to help in writing simple parsers and keep your code readable.