regex-do-2.4: PCRE wrapper

Safe HaskellSafe
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

Methods

concat' :: [a] -> a Source

len' :: a -> Int Source

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

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