Microsoft JScript
ignoreCase Property
Language Reference
Version 3

See Also Applies To


Description
Indicates whether the ignore case (i) switch has been used. Read-only.
Syntax
rgexp.ignoreCase

The rgexp argument is a Regular Expression object.

Remarks
The ignoreCase property contains true if the ignore case (i) switch is used with a regular expression, and false if not.

Comments