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 -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

