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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?