/
regexp_count

regexp_count

Usage Details

Input
table

col

col

random 123 text 456 test

LQL Command

select *, regexp_count(col, '\\d+') as ct from table

Output

col

ct

col

ct

random 123 text 456 test

2

Related content

regexp_count_array
regexp_count_array
More like this
extractParseAnchor
extractParseAnchor
More like this
matches
More like this