only with databases that support it and with the db.table.field.regex() 
syntax.
Don't know how much is tested, but if doesn't work wouldn't take that much 
to fix it.

PS: you'd have to use whatever regex syntax is supported on the backend: 
don't expect the same flexibility of python's regex engine for all 
backends. The only one full compliant would be Sqlite, but that simply 
resorts to fetching the full table and executing the regex on all rows.

On Friday, April 19, 2013 1:40:58 PM UTC+2, Ramos wrote:
>
> is it possible to use regular expressions in DAL queries?
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to