regex-0.10.0.2: 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.)