Skip to content

mdixon4/sqlite-regex-replace-ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite extensions that uses glib2/icu to provide a regex_replace() function.
* The glib code was adapted from the pcre match implementation by Alexey Tourbin:
http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git
* The icu code was adapted from SQLite official extension:
https://github.com/sqlite/sqlite/blob/master/ext/icu/icu.c

About

SQLite regex_replace() function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.2%
  • Shell 3.8%