Regular Expression Matching
Regular Expression Matching Table of Contents.
Tutorial of Regular Expression Matching (RegEX) in VBScript for the Windows Script Host (WSH).
- Jul 01, 2004: What is Regular Expression Matching?
- Jul 01, 2004: A real-world example of pulling info from emails
- Jul 01, 2004: Making a fake email as a sample
- Jul 01, 2004: Adding a function
- Jul 01, 2004: Giving a parameter to a function and returning a value
- Jul 01, 2004: Creating and destroying a RegExp object
- Jul 01, 2004: Setting IgnoreCase and Global
- Jul 01, 2004: Adding the RegExp pattern
- Jul 01, 2004: Finding the first match
- Jul 01, 2004: Testing to make sure a match exists
- Jul 01, 2004: Matching on a question mark
- Jul 01, 2004: Using a character class and an asterisk
- Jul 01, 2004: Using the Right() and Len() functions to chop off the URL
* You can also download this area of the Website as one long page for easy printing: Regular Expression Matching.