| VBScript (.vbs) Tutorial
Before we apply regular expressions let's learn how to use them.
This video goes over the items:
Position Matching:
^ = beginning of string
$ = end of string
Special Character Matching:
\. = .
\+ = +
\* = *
\? = ?
\\ = \
\| = |
\{ = {
\} = }
\[ = [
\] = ]
\( = (
\) = )