On 21 December 2017 at 10:18, Richard Hipp <[email protected]> wrote: > On 12/21/17, Paul Hoffman <[email protected]> wrote: >> Greetings. I understand that SQLite doesn't come natively with regex >> support, but that it can be added. My question is how to do so when I >> install. I'm building from source from >> <http://www.sqlite.org/download.html>. >> Is there a simple recipe for "make REGEX work after installation"? > > There is a loadable REGEXP extension here: > https://www.sqlite.org/src/artifact/a68d25c659bd2d89 >
And information to compile here: https://www.sqlite.org/loadext.html > -- > D. Richard Hipp > [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

