Explore >> Select a destination


You are here

blog.stevenlevithan.com
| | joshua.hu
5.9 parsecs away

Travel
| | Regular expressions are rarely the solution, but sometimes they can be helpful. I recently needed to create some regex which could be used to parse real domain names, and finding a definitive expression seemed to be difficult; especially one that wasn't vulnerable to ReDoS.
| | blog.deesee.xyz
5.5 parsecs away

Travel
| | Regular expression injection is a common bug that doesn't get talked about a lot. This blog post covers how to find that bug and has 3 examples of vulnerabilities found in real applications.
| | github.com
2.8 parsecs away

Travel
| | JS regexes ? future. A template tag for readable, high-performance, native JS regexes with extended syntax, context-aware interpolation, and always-on best practices. - slevithan/regex
| | github.com
23.4 parsecs away

Travel
| Named capture groups for JavaScript RegExps. Contribute to tc39/proposal-regexp-named-groups development by creating an account on GitHub.