ShellCheck-0.3.8: Shell script analysis tool
ShellCheck.Regex
mkRegex :: String -> RegexSource
matches :: String -> Regex -> BoolSource
matchRegex :: Regex -> String -> Maybe [String]Source
matchAllStrings :: Regex -> String -> [String]Source
matchAllSubgroups :: Regex -> String -> [[String]]Source
subRegex :: Regex -> String -> String -> StringSource