javascript regular expression global, ignoreCase
| global, ignoreCase | NN 4 IE 5(Mac)/5.5(Win) ECMA 3 |
| Read-only | |
|
Returns Boolean true if the regular expression object instance had the g or i modifiers (respectively) set when it was created. If a regular expression object has both modifiers set (gi), you must still test for each property individually. |
|
| Example | |
if (myRE.global && myRE.ignoreCase) {
...
}
|
|
| Value | |
Boolean value: true | false. |
|
1663,Nickname,Homepage or email,Comments here,Add comment
