regexqq-0.1: A quasiquoter for Text.Regex.PCRE regexes.ContentsIndex
regexqq-0.1: A quasiquoter for Text.Regex.PCRE regexes.
 ghci> [$rx|([aeiou]).*(er|ing|tion)([\.,\?]*)$|] "helloing.!?!?!"
 Just ["elloing.!?!?!","e","ing",".!?!?!"]

 ghci> tail `fmap` [$rx|^([+-])?([0-9]+)\.([0-9]+)|] (show $ negate pi)
 Just ["-","3","141592653589793"]

 ghci> maybe [] tail $ [$rx|^([+-])?([0-9]+)\.([0-9]+)|] (show $ negate pi)
 ["-","3","141592653589793"]
Modules
show/hideText
show/hideRegex
show/hidePCRE
Text.Regex.PCRE.QQ
Produced by Haddock version 2.1.0