📄️ like
检查字符串是否模糊匹配给定的模式。
📄️ regexp
检查字符串是否匹配给定的正则表达式。
📄️ regexp_count
计算正则表达式在目标字符串中出现的次数。
📄️ regexp_extract
返回字符串中匹配指定正则表达式的第一个子字符串。
📄️ regexp_extract_all
提取字符串中匹配正则表达式的所有子字符串至指定分组。
📄️ regexp_replace
将匹配正则表达式的子字符串替换为指定字符串。
AI generated answers are based on docs and other sources. Please test answers in non-production environments.