net.sqlcipher.database.SQLiteException: no such function: REGEXP:
keybalabala opened this issue · 1 comments
keybalabala commented
net.sqlcipher.database.SQLiteException: no such function: REGEXP:
Why can't use REGEXP?
I can use it with non-encrypted sql statements
developernotes commented
Hi @keybalabala
The REGEXP operator is a special syntax for the regexp() user function. SQLCipher for Android does not register a regexp() user function within the library.
We reserve GitHub Issues for tracking defects within the software library itself. This particular question should be posted to the SQLCipher Community Discuss site for further discussion, please consider reposting there instead. Thanks!