regex-do-1.3: PCRE wrapper

Safe HaskellSafe
LanguageHaskell2010

Regexdo.TypeDo

Documentation

data ReplaceAcc a Source

Constructors

ReplaceAcc 

Fields

acc_haystack :: a

wip Haystack

position_adj :: Int
 

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