No commit activity in last 3 years
No release in over 3 years
Implements Regexp#match?, String#match? and Symbol#match? in Ruby < 2.4.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 12.0
~> 3.2
 Project Readme

Implements Regexp#match?, String#match? and Symbol#match? in Ruby < 2.4.

Gem Version Build Status

Installing gem

Add to your Gemfile:

gem 'regexp-match-polyfill', '~> 1.0'

Running tests

Install bundler:

gem install bundler

Install dependencies:

cd regexp-match-polyfill && bundle

Run tests:

cd regexp-match-polyfill && bundle exec rake test