12 Reasons to Use Regular Expressions
An article that gives 12 reasons for learning and using Regular Expressions.
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions.
An Introduction to Regular Expression with VBScript
Articles in two parts about using Regular Expressions with VCScript.
Common Applications of Regular Expressions
This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
Matchmaking with regular expressions
Shows how to use the power of regular expressions to ease text parsing and processing.
RegexBuddy
Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
RegExplorer
A visual regular expression explorer, it allows for writing regular expressions and visually see the matches. Uses the KDE/Qt Libraries for the user interface. [QPL]
RegExpr for VB & VBA
Regular expression library for Visual Basic and Visual Basic for Applications.
Simplifed use of Regular Expressions from within your Scripts
A small library to make working with Regular Expressions a little bit easier. Free source code and tutorials for Windows developers.
Stripping HTML Tags using Regular Expressions
This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.
TCL Regular Expressions
An Introduction to Regular Expressions in the scripting language TCL.
The not-so-Regular of Regular Expressions
Weblog about regular expressions: tricks and hacks, recipes, tutorials.
The Regex Coach
Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
Utilizing Regular Expression SubMatches
This article by Scott Mitchell examines some advanced features with regular expressions.
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.
Visual RegExp
A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
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.