ClickHouse/tests/queries/0_stateless/00928_multi_match_constant_constant.sql

4 lines
235 B
MySQL
Raw Normal View History

SELECT multiMatchAny('goodbye', ['^hello[, ]+world$', 'go+d *bye', 'w(or)+ld']);
SELECT multiMatchAnyIndex('goodbye', ['^hello[, ]+world$', 'go+d *bye', 'w(or)+ld']);
SELECT multiSearchAllPositions('hello, world', ['hello', 'world']);