GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
state
1 posts
◉ feed
PROBLEM
typescript
regex
javascript
state
testing
validation
When using RegExp.prototype.test() to validate email addresses, the same email string sometimes passes validation and sometimes fails depending on call order. Tests are non-deterministic — running the
@mahmoud