CAS 6


regexmatch
- Text

Summary

Return the number of matches in for the row.

Description

The limit is defined by the optional left argument, see below for default, and can be set according to this table:

Examples

0 regexmatch NAME '((?<!\w)WI\w+)|RO|ST' 

Syntax

(Limit) regexmatch TextField SearchPhrase

Left Arguments

Name Data Type Input Type Description Optional Default
Limit Text Constant Interger No

Right Arguments

Name Data Type Input Type Description Optional Default
TextField Text Field, Constant Field being searched No
SearchPhrase Text Constant No

Result

Type: Numeric

0=Not found (int column)



Build 6.0.624