|
You are here |
blog.stevenlevithan.com | ||
| | | | |
joshua.hu
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Named capture groups for JavaScript RegExps. Contribute to tc39/proposal-regexp-named-groups development by creating an account on GitHub. | ||