ShellCheck-0.10.0: Shell script analysis tool
Safe HaskellNone
LanguageHaskell98

ShellCheck.Regex

Documentation

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 #