ghci> import Text.Regex.TDFA ghci> "I am a string" =~ ".*string$" :: Bool