Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

COUNTMATCHES(<string>;<string with regex>)

Description

Evaluates the regular expression against the column and returns the number of matches. The function is case sensitive. 

Examples

Column

Regular expression

 COUNTMATCHES returns

Mississippi is a great state.Mississippi

1

Mississippi[^s]7
Datameer X is making significant advances in big data analyticsDatameer X | advances

2

Here she hops on a horse in Hondurash3
Here she hops on a horse in Honduras(?i)h5
  • No labels