Name
regex() — Implement the REGEX operator
Common Usage
regex(pattern,string)
Description
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 patternREGEX operator, an
application defined function must be provided.
Note that the order of the parameters
differs between the REGEX
expression and the regex()
function.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access