Closed jeromedecoster closed 10 years ago
I merged the first two commits, removed unnecessary optimizations (proper engines optimize .length lookups) and added docs for multichar matches.
The ignoreCase feature is not necessary in my opinion, as the consumer can easily do that herself and boolean parameters in apis don't scale.
Thanks, released as 0.1.0!
Hi Julian,
I added several improvements:
b
appear beforea
<b>
and</b>
ignoreCase
matchAll tests added, everything is passed
I hope you'll like it, Jérôme