/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hacktricks.wiki
| | blog.deesee.xyz
3.0 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.
| | blog.stevenlevithan.com
4.1 parsecs away

Travel
| | In the past, I've touched on using regexes to match nested constructs up to a predetermined depth, which is the best you can do unless you're using one of the three regex engines (Perl, PCRE, and .NET) which are currently able to handle true recursion. Well, recently I wanted to be able to support unlimited...
| | www.cplusplus.com
4.3 parsecs away

Travel
| | [AI summary] An overview of the <regex> header in C++11, explaining its functions, classes, iterators, and supported grammars for pattern matching.
| | v8project.blogspot.de
24.6 parsecs away

Travel
| JavaScript regular expressions are getting some new functionality: lookbehind assertions.