Predicate Bash::varMatchesRegexTest
Holds if there test command that checks a variable against a regex
eg: [[ $VAR =~ ^[a-zA-Z0-9_]+$ ]]
Import path
import actionspredicate varMatchesRegexTest(BashShellScript script, string var, string regex)Holds if there test command that checks a variable against a regex
eg: [[ $VAR =~ ^[a-zA-Z0-9_]+$ ]]
import actionspredicate varMatchesRegexTest(BashShellScript script, string var, string regex)