Regular Expressions explained
An article by Jan Borsodi that gives an introduction to the world of regular expressions. It explains what regular expressions are and introduces the syntax. Also provides examples with varying complexity and a list of tools which use regular expressions. (October 30, 2000)
windows.oreilly.com -- C# Regular Expressions
Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment. (January 18, 2001)
Visual RegExp
A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
VBScript Regular Expressions
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
Validating Form Input using Regular Expressions
Writing form validation code is often the most thankless part of your job. The logic can get quite complex, and often quite messy. This article will show how to use Regular Expressions to simplify your code.
Utilizing Regular Expressions
This article is a follow-up to an earlier 4Guys article "An Introduction to Regular Expression with VBScript". Regular Expression allows for complex pattern matching and replacing.
Utilizing Regular Expression SubMatches
This article by Scott Mitchell examines some advanced features with regular expressions.
TRegExpr
A Delphi port of Henry Spencer V8-routins for working with a subset of Perl Regular Expressions. Full source code in object pascal included. No DLL needed. [Freeware]
TCL Regular Expressions
An Introduction to Regular Expressions in the scripting language TCL.
Stripping HTML Tags using Regular Expressions
This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.