This is sqlite3-pcre, an extension for sqlite3 that uses libpcre to provide a regexp() function to use with the REGEXP operator. PR: 190121 Submitted by: Vick Khera <vivek@khera.org>
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
This is sqlite3-pcre, an extension for sqlite3 that uses libpcre to provide
|
|
a regexp() function to use with the REGEXP operator.
|
|
|
|
WWW: https://github.com/ralight/sqlite3-pcre
|