ruby-ecma-re-validator

Validate a regular expression string against ECMA-262
  https://github.com/gjtorikian/ecma-re-validator
  0
  no reviews



This library can be used to validate a regular expression string against what ECMA-262 (Javascript) can actually do.

The information for what is valid and what isn't comes from http://www.regular-expressions.info/javascript.html.