@hackage regexqq0.6

A quasiquoter for PCRE regexes.

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Matt Morrow <mjm2002@gmail.com>

  • Versions

    • 0.6 Wed, 25 Jun 2008
    • 0.5 Wed, 25 Jun 2008
    • 0.4 Wed, 25 Jun 2008
    • 0.3 Wed, 25 Jun 2008
    • 0.2 Wed, 25 Jun 2008
    • 0.1 Wed, 25 Jun 2008

regexqq - Matt Morrow, 2008.

The current (as of 080623) location of the current template-haskell docs are temporarily (until they're located in the standard place) available at:

http://code.haskell.org/~morrow/code/haskell/misc/template-haskell-HEAD_080623/

An example:

ghci> :m + Text.Regex.PCRE.QQ ghci> [\(rx|([aeiou]).*(er|ing|tion)([\.,!\?]*)\)|] "helloing.!?!?!" Just ["elloing.!?!?!","e","ing",".!?!?!"]