EasyPattern | Human readable RegEx
- Yogev Shlomovitz
- Apr 24, 2015
- 1 min read
Updated: Jun 18, 2018

Checkout EasyPattern for Javascript and NodeJs!
During some work on our internal tool, I have created EasyPattern, which is a readable alternative to regular expressions.
It is great to match urls with ease, and keep the code super readable and configurable. For example:
Basic testings
Wildcard matching
You can download and play with it here