v0.6.1
Changes
- Repeated characters are not normalized due to reusing the same RegExp instance which increment its
lastIndex
and thus failed matching subsequent characters in a string.
lastIndex
and thus failed matching subsequent characters in a string.