The more-proper introduction to ReX.js

added by JavaScript Kicks
11/21/2018 9:43:10 AM

653 Views

ReX.js (a shortcut from Regular eXpressions) is a library for (obviously) creating regexps. By its functional API, you can easily build regexps with a set of chainable methods. It allows you to build complex & long regexps with more readability & option to easily write comments aside.


0 comments