DB2 Scalar functions - REGEXP_MATCH_COUNT


Volta a página anterior

Volta ao Menu das scalar functions

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

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.

REGEXP_MATCH_COUNT(source-string ,pattern-expression ,start ,flags ,CODEUNITS32,CODEUNITS16OCTETS )

The schema is SYSIBM.

The REGEXP_MATCH_COUNT scalar function is a synonym for the REGEXP_COUNT scalar function.



© Copyright IBM Corp.