SQLite Forum

[SELECT] Simple way to search for data that start with given pattern?
Login
You can indeed just load the REGEXP function.  One such implementation of the regexp function can be found here:

<https://www.sqlite.org/src/file?name=ext/misc/regexp.c&ci=tip>