July 1998
Intermediate to advanced
1456 pages
65h 5m
English
global, ignoreCase — NN 4 IE J3 ECMA n/a
Read-only
Returns whether the object had the g or
i modifiers set when it was created. If a regular
expression object has both modifiers set (gi), you
must still test for each property individually.
if (myRE.global && myRE.ignoreCase) {
...
}Boolean.
Read now
Unlock full access