American Millennials Are Dying at an Alarming Rate (slate.com)
1 points by damien 15m ago 0 comments
The reason the West is warmongering against China (aljazeera.com)
3 points by Qem 26m ago 0 comments
Show HN: Online equivalence checker for JavaScript RegExp
1 ngruhn 0 8/20/2025, 3:04:02 PM gruhn.github.io ↗
I built a simple web page that checks whether two JavaScript regex are equivalent (i.e. match exactly the same strings). If the two regex are not equivalent, the tool shows example strings that match one regex but not the other.
The most common JavaScript regex syntax features are supported. Some more exotic features like back references are not supported. For anchors (^/$) and lookahead assertions, support is a bit wonky.
The UI is vibe coded but the algorithmic machinery underneath is completely hand written.
No comments yet