-
Notifications
You must be signed in to change notification settings - Fork 5
gwenn/sqlite-regex-replace-ext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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