juliancoleman / orchestra

A dependency-free, pure-function String manipulation library
MIT License
1 stars 0 forks source link

Straight up just don't use regex wherever possible #9

Open juliancoleman opened 5 years ago

juliancoleman commented 5 years ago

Loop if you have to. Anything is faster than regex.