The regex()
function
implements the matching algorithm used by the SQL expression
, and is
normally not called directly by user-provided SQL expressions. A
default implementation of this function does not exist. To use
the string
REGEX pattern
REGEX
operator, an
application defined function must be provided.
Note that the order of the parameters
differs between the REGEX
expression and the regex()
function.