Regular expressions

Regular expressions#

Regular-expression functions match text against a pattern and return the parts that match. They are useful for validating, searching and extracting structured fragments from string data.

Function

Description

REGEXP_SUBSTR

Returns a single substring occurrence from string_expression that matches a regular-expression pattern_expression.