|
You are here |
hacktricks.wiki | ||
| | | | |
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. | |
| | | | |
blog.stevenlevithan.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | JavaScript regular expressions are getting some new functionality: lookbehind assertions. | ||