Skip to content

gwenn/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:
https://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