ShellCheck-0.4.7: Shell script analysis tool
ShellCheck.Regex
mkRegex :: String -> Regex Source #
matches :: String -> Regex -> Bool Source #
matchRegex :: Regex -> String -> Maybe [String] Source #
matchAllStrings :: Regex -> String -> [String] Source #
matchAllSubgroups :: Regex -> String -> [[String]] Source #
subRegex :: Regex -> String -> String -> String Source #
splitOn :: String -> Regex -> [String] Source #