We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ef99f commit 66ad2c4Copy full SHA for 66ad2c4
CHANGELOG.md
@@ -3,7 +3,7 @@
3
* Speculative support for Unicode word boundaries was added to the DFA. This
4
should remove the last common case that disqualified use of the DFA.
5
* An optimization that scanned for suffix literals and then matched the regular
6
- expression in reverse was removed because it had worst cast quadratic time
+ expression in reverse was removed because it had worst case quadratic time
7
complexity. It was replaced with a more limited optimization where, given any
8
regex of the form `re$`, it will be matched in reverse from the end of the
9
haystack.
0 commit comments