/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

www.regexbuddy.com
| | 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...
| | www.regexmagic.com
1.4 parsecs away

Travel
| | RegexMagic provides many powerful and flexible patterns that you can use alone or in combination to generate regular expressions that match exactly what you want.
| | flapenguin.me
2.7 parsecs away

Travel
| | Someone told me that I can't parse XML with regexes, and I just had to prove them wrong.
| | www.mdk-photo.com
19.4 parsecs away

Travel
| [AI summary] The text provides a comprehensive guide to regular expressions, covering syntax, operators, and advanced features with examples for various programming languages.