-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't Work #1
Comments
sqlite> .load glib_replace.so
sqlite> select regex_replace("world", "hello, world!", "C");
hello, C! |
I too would like to see some examples. And a description.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was able to compile and load extension to sqlite db, but the regex_replace() function just doesn't work. Seems to always return the second parameter.
Perhaps providing some usage examples and/or instructions would help.
The text was updated successfully, but these errors were encountered: