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.
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.
VBScript Regular Expressions
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
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. (January 18, 2001)
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)
Geek Talk: The Regular Expression Rundown
What is a "regular expression"? Crispin Roven has the answer. Newbie-oriented. [Wired News] (August 21, 1997)
Results: Previous 1 2 3 4 5 6 7 8 9 10