DB2 Scalar functions - REGEXP_MATCH_COUNT
The REGEXP_MATCH_COUNT scalar function returns a count of the number of times that a regular expression pattern is matched in a string.
The schema is SYSIBM.
The REGEXP_MATCH_COUNT scalar function is a synonym for the REGEXP_COUNT scalar function.