On 12 Jan 2011, at 11:40am, Bruno Augusto wrote:

> I hope I'm doing the right thing. I never used Mailing Lists before.

So far, so good.

> So, I know I need a user function to use the REGEXP operator. But most of
> the implementations I'd found (in PHP, I have to say) requires TWO
> parameters, the Regular Expression and the string to match.
> 
> I created an SQLITE database where the Regular Expressions is already
> stored, and I would like to send a raw string to retrieve the correspondent
> result.

Look at the LIKE operator:

<http://www.sqlite.org/lang_expr.html#like>

You will also see described there the GLOB operator which may or may not be 
more help.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to