views:

50

answers:

1

Hi,

I'm writing a web application in Rails which uses sqlite. I want the user to be able to search a table in the database by using a regex. Is this possible? Thanks.

+1  A: 

yes there is a regexp operator.. But you have to implement the function.

Hassan Syed
Thanks this is cool
Time Machine
I'd love to see an example...
srboisvert