Thank you, I should have thought to search the source. Just for a heads up, this isn't documented at: http://www.hwaci.com/sw/lemon/lemon.html <http://www.hwaci.com/sw/lemon/lemon.html>
Regards, Ben Barnett > On 24 Jan 2017, at 12:25, Richard Hipp <[email protected]> wrote: > > On 1/24/17, Ben <[email protected]> wrote: >> Hi all, >> >> Is it possible to match any sort of wildcards in Lemon? > > The %wildcard directive does this. See the SQLite grammar at > https://www.sqlite.org/src/artifact/29153738a73 and search for the ANY > token. This is used to match arbitrary input in the argument to the > virtual table name in a CREATE VIRTUAL TABLE statement. > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

