新增 regexp_count、regexp_instr 和 regexp_like,分别用于统计匹配次数、返回第 N 次匹配的位置,以及判断字符串是否匹配正则表达式。
regexp_count
regexp_instr
regexp_like