Free Regular Expression Designer
Rad Software Regular Expression Designer is a free download that helps
programmers learn, develop and test Regular Expressions. It is an interactive
Windows application that is designed to be simple and easy to use. Sprache:
Englisch Preis:
kostenlos Programmiersprache:
Net
RegEx machine:
Net/NFA
RegexBuddy™
Editor zum Erstellen und Testen regulärer Ausdrücke Sprache:
Englisch Preis:
Shareware Programmiersprache: ? RegEx machine: ?
OnlineTools zum Testen von regulären Ausdrücken:
Regex Tester
Testen von regulären Ausdrücken in eingegebenen Texten oder hochgeladenen Dateien
Sprache:
Englisch
Preis:
kostenlos
Programmiersprache: ? RegEx machine:Net und andere
Regenechsen: Reguläre Ausdrücke
Regular Expressions, Reguläre Ausdrücke allg., Reguläre Ausdrücke, Einfache Suchmuster, Komplexe Suchmuster,
Quantifizierer, Subpattern, Gruppierung, Optionen, konditionales Regex, Assertion, Liste der Regex-Elemente,
Beispiele für Reguläre Ausdrücke
Learn Regular Expression (Regex) syntax with C# and .NET
"Regular Expressions are a powerful pattern matching language that is part
of many modern programming languages. Regular Expressions allow you to apply
a pattern to an input string and return a list of the matches within the text.
Regular expressions also allow text to be replaced using replacement patterns.
It is a very powerful version of find and replace. ..."
Using Regular Expressions with The Microsoft .NET Framework
"The Microsoft .NET Framework, which you can use with any .NET programming
language such as C# (C sharp) or Visual Basic.NET, has solid support for
regular expressions. The documentation of the regular expression classes
is very poor, however. Read on to learn how to use regular expressions
in your .NET applications. In the text below, I will use VB.NET syntax
to explain the various classes. After the text, you will find a complete
application written in C# to illustrate how to use regular expressions
in great detail. I recommend that you download the source code, read
the source code and play with the application. That will give you a
clear idea how to use regexes in your own applications. ..."
Daniel Fett: Tutorial - Reguläre Ausdrücke
"Reguläre Ausdrücke (ja, der Name ist etwas gewöhnungsbedürftig)
sind eine Art Sprache, die beim Programmieren für diverse Problemlösungen
verwendet werden kann, insbesondere dann, wenn es darum geht, Zeichenketten
(Strings) zu bearbeiten, zu prüfen oder in ihnen etwas zu suchen.
Und weil der Name Reguläre Ausrücke etwas unhandlich ist, heißen die
"Regular Expressions" auch oft einfach nur RegEx(en). ..."