浏览 2839 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2016-07-29
最后修改:2016-07-29
CREATE FUNCTION replace_all( str text, from_str text, to_str text ) : 替换字符串, 大小写不敏感 CREATE FUNCTION replace_all_matchs(str text, from_str text, to_str text ) : 替换字符串, 全字匹配,大小写不敏感 由于使用中并发不高,目前没有经过性能测试, 欢迎大家提出更好的算法. 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |