23 #include <drizzled/session.h>
24 #include <plugin/string_functions/functions.h>
28 namespace string_functions
40 if (not regex or not regex->length() or not res or not res->length())
46 re.assign(regex->c_str());
49 if (not res or not res->length())
58 return not boost::regex_match(res->c_str(), re);
60 return boost::regex_match(res->c_str(), re);
TODO: Rename this file - func.h is stupid.
virtual String * val_str(String *str)=0