On 11/10/17, Stephen Chrzanowski <[email protected]> wrote: > I'd take regular expressions, sure, but, how do you get SQLite syntax > to take that on?
Load the regexp extension here (https://www.sqlite.org/src/artifact/a68d25c659bd2d89) or one of the other 3rd-party regexp extensions that you can find on the internet. Then use the column REGEXP $pattern operator. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

