Microsoft® JScript ignoreCase Property |
Language Reference Version 3 |
Indicates whether the ignore case (i) switch has been used. Read-only.
rgexp.ignoreCaseThe rgexp argument is a Regular Expression object.
The ignoreCase property contains true if the ignore case (i) switch is used with a regular expression, and false if not.