mysql-udf-regexp

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

  • Owner: hholzgra/mysql-udf-regexp
  • Platform:
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Overview

Name With Ownerhholzgra/mysql-udf-regexp
Primary LanguageShell
Program languageShell (Language Count: 2)
Platform
License:GNU General Public License v2.0
Release Count0
Created At2013-12-01 22:32:10
Pushed At2018-07-16 14:10:54
Last Commit At2013-12-01 23:37:41
Stargazers Count129
Watchers Count14
Fork Count14
Commits Count22
Has Issues Enabled
Issues Count8
Issue Open Count8
Pull Requests Count0
Pull Requests Open Count2
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top