regex-0.11.1.0: Toolkit for regex-base

Safe HaskellSafe
LanguageHaskell2010

Text.RE.ZeInternals.EscapeREString

Synopsis

Documentation

escapeREString :: String -> String Source #

Convert a string into a regular expression that will match that string

isMetaChar :: Char -> Bool Source #

returns True iff the charactr is an RE meta character ('[', *, '{', etc.)