I wrote a code like this regex_match("ab","a**b") and it returns true. As we know, "a**b" is a invalid regex, isn\'t it?--At least
regex_match("ab","a**b")