  |
Regular Expressions - http://www.cs.rochester.edu/u/nelson/courses/csc_173/fa/re.html
Describes Regular Expressions and compares them to Finite Automatas. |
  |
Programmer's Heaven Regex Area - http://www.programmersheaven.com/2/Regex
Contains a beginners regex tutorial and guides for using regexes in various languages, including Perl, Java, .Net and Javascript. Also has a web-based regex testing tool and regex library. |
  |
Common Applications of Regular Expressions - http://www.4guysfromrolla.com/webtech/120400-1.shtml
This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions. |
  |
VBScript Regular Expressions - http://authors.aspalliance.com/brettb/VBScriptRegularExpressions.asp
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions. |
 |
An Introduction to Regular Expression with VBScript - http://www.4guysfromrolla.com/webtech/090199-1.shtml
Articles in two parts about using Regular Expressions with VCScript. |