JSRegexp
JSRegexp is a converter from Ruby Regexp to valid JavaScript RegExp format
Installation
Add this line to your application's Gemfile:
gem 'jsregexp'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jsregexp
Usage
JSRegexp.convert(/\Ahello/) # => '^hello'