regex-0.6.0.1: Toolkit for regex-base

Safe HaskellNone
LanguageHaskell2010

Text.RE.Tools.Grep

Documentation

data Line Source #

Instances

grep :: IsRegex re ByteString => re -> FilePath -> IO () Source #

type GrepScript re s t = [(re, LineNo -> Matches s -> Maybe t)] Source #

grepScript :: IsRegex re s => GrepScript re s t -> [s] -> [t] Source #