May 2011
Intermediate to advanced
1096 pages
40h 54m
English
RegExp.ignoreCase — whether a regular expression is case-insensitive
regexp.ignoreCase
ignoreCase is a read-only
boolean property of RegExp objects. It specifies whether a
particular regular expression performs case-insensitive
matching—i.e., whether it was created with the “i” attribute.
Read now
Unlock full access