capture property

Parser<E, String> get capture

Run this parser and return the matched input as a string.

Implementation

Parser<E, String> get capture => Capture<E, A>(this);