/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

regex101.com
| | extendsclass.com
0.8 parsecs away

Travel
| | Online regular expression tester for Python, PHP, Ruby, JS, Java and MySQL. Regex visualizer. Syntax highlighting. Cheatsheet. Generate string corresponding to a regex.
| | www.mdk-photo.com
2.8 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.
| | www.regexbuddy.com
2.5 parsecs away

Travel
| | [AI summary] The article explains how to effectively use regular expressions in PowerShell scripts with the aid of RegexBuddy, highlighting its features for simplifying regex tasks.
| | connorberry.com
21.2 parsecs away

Travel
| Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);...