regex-do-3.2.1: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Type.Extract

Synopsis

Documentation

class Extract a => Extract' a where Source #

see String, ByteString instances for implementation examples

see Text.Regex.Base.RegexLike for Extract detail

Minimal complete definition

concat', len'

Methods

concat' :: [a] -> a Source #

len' :: a -> Int Source #

prefix :: Extract a => PosLen -> a -> a Source #

suffix :: Extract a => PosLen -> a -> a Source #