string-parser ( -- parser )


Vocabulary
peg.parsers

Inputs
None

Outputs
parsera parser


Word description
Returns a parser that matches an string composed of a ", anything that is not ", and another ".

See also
integer-parser

Definition