Objects and Collections
- Class Object
 - The object created using the Class statement. Provides access to the events of the class.
 - Debug Object
 - An intrinsic global object that can send output to a script debugger, such as the Microsoft Script Debugger.
 - Err Object
 - Contains information about runtime errors. Accepts the Raise and Clear methods for generating and clearing runtime errors.
 - Match Object
 - Provides access to the read-only properties of a regular expression match.
 - Matches Collection
 - Collection of regular expression Match objects.
 - Regular Expression (RegExp) Object
 - Provides simple regular expression support.
 - SubMatches Collection
 - Collection of regular expression submatch strings.
 
 
 Objects and Collections