VBScript » RegExp » IgnoreCase

Version: 5.0

Syntax:
object.IgnoreCase

This property is only used with a RegExp object variable and returns a Boolean value. False signifies that a search should be case-sensitive (i.e., upper versus lower case). True signifies that a search should ignore case in a match.