特性描述

`regexp_count` / `regexp_instr` / `regexp_like`

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