Is it possible to rebuild libsqlite3.dylib with the regexp function added? Or use create_sqlite_function to do it?
As the SQLite documentation says:
If a application-defined SQL function named "regexp" is added at run-time, that function will be called in order to implement the REGEXP operator.
so you should be able to use create_sqlite_function
like you already suggested yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With