regexp_count_arrayGet count of pattern matches for a list of patterns. Suggest EditsUsage Details Input table colrandom 123 text 456 test LQL Commandselect *, regexp_count_array(col, Array('\\d+', '[a-z]+')) as countarray from table Output colcountarrayrandom 123 text 456 testWrappedArray(2, 3)Updated 12 months ago Table of Contents Usage Details