Do you know what the commands are to just compile for the regex support?

> SQLite doesn't come with a regexp implementation; it has to be added by an 
> extension.
> I searched the website; there's a simple implementation here:
>         
> https://www.sqlite.org/src/raw/ext/misc/regexp.c?name=a68d25c659bd2d893cd1215667bbf75ecb9dc7d4
>  
> <https://www.sqlite.org/src/raw/ext/misc/regexp.c?name=a68d25c659bd2d893cd1215667bbf75ecb9dc7d4>
> And regexp is also available as part of the ICU extension:
>         https://www.sqlite.org/src/dir?ci=ee83d8e30d6f9ca8&name=ext/icu 
> <https://www.sqlite.org/src/dir?ci=ee83d8e30d6f9ca8&name=ext/icu>
>
> You're going to have to build these yourself, I think.

-- 
Regards,
Peng
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to