regex-0.9.0.0: Toolkit for regex-base

Safe HaskellSafe
LanguageHaskell2010

Text.RE.Internal.EscapeREString

Synopsis

Documentation

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.)