lukeed / regexparam

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍♂️
MIT License
567 stars 23 forks source link

golf: Drive loop with RegExp.prototype.exec #3

Open gigabo opened 5 years ago

gigabo commented 5 years ago

Hi!

I noticed that you were golfing. I couldn't resist. 🏌️

This reduces minified, compressed bytes from 249 to 234.