re_match
int re_match(string regex, string input)
Returns 1 if the entire input string matches the regex, or 0 if it doesn’t match.
int re_match(string regex, string input)
Returns 1 if the entire input string matches the regex, or 0 if it doesn’t match.