﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2778	include REGEXP function in to SQLite	anonymous		"documentation on sqlite site said:
The REGEXP operator is a special syntax for the regexp() user function. No regexp() user function is defined by default and so use of the REGEXP operator will normally result in an error message. If an application-defined SQL function named ""regexp"" is added at run-time, then the ""X REGEXP Y"" operator will be implemented as a call to ""regexp(Y,X)"".
so i went ahead and try but (obviously) get :
{{{
--> Error:    no such function: REGEXP
}}}

so - can regexp be included in you compilation of sqlite x86/x64 dll?"	Feature Request	closed		Standard UDFs		None	Rejected		
