Webrexp-1.0: Regexp-like engine to scrap web data

Webrexp.Parser

Description

Module implementing the parsing of webrexp. It shouldn't be used directly.

Synopsis

Documentation

webRexpParser :: ParsecT String st Identity WebRexpSource

Parser used to parse a webrexp. Use just like any Parsec 3.0 parser.