Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regex expressions - anchors not being respected (#1211)
Regexs like `/^a|b|c$/` match `a` at start of text, `c` at end of text, or `b`. I assume this does not match the author's original intent
- Loading branch information