regex-0.11.0.0: Toolkit for regex-base
Text.RE.ZeInternals.EscapeREString
Synopsis
escapeREString :: String -> String Source #
Convert a string into a regular expression that will amtch that string
isMetaChar :: Char -> Bool Source #
returns True iff the charactr is an RE meta character ('[', *, '{', etc.)
*