Run this parser and return the matched input as a string.
Parser<E, String> get capture => Capture<E, A>(this);