Returns True if the pattern is found in text.
Returns False if the pattern is not found in text.
Returns [unknown] if no matches are found or the pattern is faulty.
RegExIsMatch(
pattern
,
Text
)
RegExIsMatch("([0-9:]+)", "Yes the match is at 20:15")
=> True