A capture parser is any function that takes a string and returns a CaptureParserResult. A CaptureParserResult is the same as a ParserResult, except it also includes captures, i.e. matches selected using capture.
capture
Generated using TypeDoc
A capture parser is any function that takes a string and returns a CaptureParserResult. A CaptureParserResult is the same as a ParserResult, except it also includes captures, i.e. matches selected using
capture
.