chickadee » comparse » enclosed-by

enclosed-by open content closeprocedure

Returns a parser which applies the given parsers open, content, and close in that order to the input or the remainder of the preceding parser, respectively, and returns the result of content with the remainder of close.