Perform a regular expression match.
the compiled patter will be matched against this string
true, if matches or false if no match
if an error occurs when running the regex search
In: the regex must have been compiled
See Implementation
Perform a regular expression match.