SQLite3 ActiveRecord REGEXP

This adds REGEXP support to SQLite3 in ActiveRecord.

Installation

$ gem install sqlite3_ar_regexp

If you're using Bundler, add this to your Gemfile.

gem 'sqlite3_ar_regexp'

Credits

The original code for this was done by Joe Yates and can be found at http://titusd.co.uk/2010/01/31/regular-expressions-in-sqlite/.