This tutorial teaches you how to create your own regular expressions, starting with the most basic regex concepts and ending with the most advanced and specialized capabilities.| www.regular-expressions.info
Learn how to use the regular expression classes that are part of the Microsoft .NET (dot net) Framework, and can be readily used in any .NET programming language such as C# (C sharp) or Visual Basic.NET| www.regular-expressions.info
The Perl programming language, originally designed for text-processing only, is the main cause for the popularity that regular expressions enjoy nowadays. Mainly because Perl’s regex engine introduced many new powerful features, and because regexes are part of the Perl syntax, and not an add-on library as with most other languages.| www.regular-expressions.info
Detailed description of the capabilities of the JavaScript RegExp Object, defined in the ECMA-262 standard.| www.regular-expressions.info
Learn how to use regular expressions with Tcl’s regexp and regsub commands| www.regular-expressions.info
Explains the two regex flavors defined in the POSIX standard: Basic Regular Expressions and Extended Regular Expressions| www.regular-expressions.info
PCRE (Perl Compatible Regular Expressions) is an open source library written in C that allows developers to add regular expression support to their applications. The library is compatible with a great number of C compilers and operating systems.| www.regular-expressions.info
Learn how to use the regular expression classes that are part of the JDK 1.4 and later.| www.regular-expressions.info
EditPad Pro is a convenient text editor which supports regular expressions in its powerful search and replace functionality. You can also create custom syntax coloring or highlighting schemes using regular expressions.| www.regular-expressions.info
If you have written regular expressions before, you know that the regex syntax can be hard to keep track of. Certainly when writing a regex pattern that uses plenty of grouping and alternation.| www.regexbuddy.com
Use regular expressions with the grep, regexp and sub functions in the base package of the R Project| www.regular-expressions.info