DB2 Scalar functions - REGEXP_EXTRACT
The REGEXP_EXTRACT scalar function returns one occurrence of a substring of a string that matches the regular expression pattern.
The schema is SYSIBM.
The REGEXP_EXTRACT scalar function is a synonym for the REGEXP_SUBSTR scalar function.