0.0
No commit activity in last 3 years
No release in over 3 years
Believe it or not this is a ECMA-262 edition 5.1 -compatible Regular Expression parser and evaluator, written in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 0.10
~> 1.4.11
~> 10.3
~> 3.0
 Project Readme

Believe it or not this is a ECMA-262 edition 5.1-compatible regular expression converter. It converts JS regexp into Ruby's.

It has only one intuitive usage:

require 'javascriptre'
re = Javascriptre.new('JS re')
re.match('...')