RegExp.ignoreCase (Property)

An instance property of a regular expression object.

Availability:

ECMAScript edition - 3
JavaScript - 1.2
JScript - 3
Internet Explorer - 4
Netscape - 4.0
Netscape Enterprise Server - 3.0
Opera 5.0
Property/method value type:Boolean primitive
JavaScript syntax:-myRegExp.ignoreCase

A Boolean value that indicates the state of the i attribute on the regular expression pattern.

Property attributes:

ReadOnly.

Cross-references:

ECMA 262 edition 3 - section - 15.10.7.3