Explore >> Select a destination


You are here

www.regexbuddy.com
| | regex101.com
2.5 parsecs away

Travel
| | Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
| | blog.stevenlevithan.com
3.0 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...
| | harelang.org
3.1 parsecs away

Travel
| | [AI summary] The developer of the Hare programming language explains the design, implementation, and usage of its POSIX-compatible regular expression engine, detailing how it uses finite state automata and instruction-based virtual threads to ensure linear-time matching.
| | caniuse.com
23.9 parsecs away

Travel
| "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.