Cloud
Regular Expressions
POSIX (Portable Operating System Interface) defines a set of standard operating system interfaces based on the UNIX OS.
The `regexp_match()` function matches a POSIX regular expression pattern to a string.
The `regexp_replace()` function replaces all occurrences of a regular expression pattern in a string with a specified replacement string.
Was this helpful?