mysql-udf-regexp

MySQL User Defined Functions module implementing REGEXP_...() functions

  • 所有者: hholzgra/mysql-udf-regexp
  • 平台:
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

mysql-udf-regexp

This package impelemnts regular expression functions as MySQL User Defined Functions (UDFs).

The functions implemented by this package are:

REGEXP_LIKE(text, pattern [, mode])
REGEXP_SUBSTR(text, pattern [,position [,occurence [,mode]]])
REGEXP_INSTR?(text, pattern [,position [,occurence [,return_end [,mode]]]])
REGEXP_REPLACE?(text, pattern, replace [,position [,occurence [,return_end [,mode]]])

The functions support the same regular expression syntax as the MySQL REGEXP operator as documented in the Regular Expressions appendix of the MySQL manual.

These functions are very similar to the Oracle SQL functions by the same name. They are not 100% compatible but should be good enough to act as replacements in most common use cases.

主要指标

概览
名称与所有者hholzgra/mysql-udf-regexp
主编程语言Shell
编程语言Shell (语言数: 2)
平台
许可证GNU General Public License v2.0
所有者活动
创建于2013-12-01 22:32:10
推送于2018-07-16 14:10:54
最后一次提交2013-12-01 23:37:41
发布数0
用户参与
星数132
关注者数13
派生数14
提交数22
已启用问题?
问题数8
打开的问题数8
拉请求数0
打开的拉请求数2
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?