正则匹配 子字符串

正则匹配
Functions for Searching in Strings | ClickHouse Docs https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions
If you only want to search substrings in a string, you can use functions like or position instead - they work much faster than this function.
If you only want to search multiple substrings in a string, you can use function multiSearchAny instead - it works much faster than this function.




posted @ 2024-05-17 17:32  papering  阅读(5)  评论(0编辑  收藏  举报