Bool quickMatch(Regex re, String str)
Arguments
re: A compiled regular expressionstr: The String to match
Usage
This function is identical to quickMatch except that it uses a compiled regular expression.
str may be a Tainted string
re: A compiled regular expressionstr: The String to matchThis function is identical to quickMatch except that it uses a compiled regular expression.
str may be a Tainted string