regex-do-1.1: PCRE regex funs

Safe HaskellSafe
LanguageHaskell2010

Regexdo.TypeDo

Documentation

type GroupReplacer acc = MatchArray -> acc -> acc Source

data Needle n Source

Constructors

Needle n 

Instances

data Haystack h Source

Constructors

Haystack h 

data Replacement r Source

Constructors

Replacement r 

data ReplaceCase Source

Constructors

Once

may be omitted

All

if both Once and All are passed, All prevails

Utf8 
Multiline 

Instances