ShellCheck-0.4.6: Shell script analysis tool

Safe HaskellNone
LanguageHaskell98

ShellCheck.Regex

Documentation

mkRegex :: String -> Regex #

matches :: String -> Regex -> Bool #

matchRegex :: Regex -> String -> Maybe [String] #

matchAllStrings :: Regex -> String -> [String] #

matchAllSubgroups :: Regex -> String -> [[String]] #

subRegex :: Regex -> String -> String -> String #

splitOn :: String -> Regex -> [String] #