EasyRegex is a Javascipt library that makes it easier to use regular expressions.
Regular Expressions are complex sequences of symbols and characters that are used to find and search something in a string. Regular expressions can check if a string contains numbers or a specific word/phrase etc.
The library is consisted of several methods (like functions), each with appropriate and easy to remember names, that return a regular expression. The methods can be combined thus making it easier for the user to achieve what they want.
Instead of showing examples here, check the documentation which is on github where there are many examples of how to use this library.
∼ June, 2017