RegExp ignoreCase
Description
The ignoreCase property specifies whether or not the "i" modifier is set.
This property returns true if the "i" modifier is set, otherwise it returns false.
Syntax
RegExpObject.ignoreCase
Return Value
Type | Description |
---|---|
Boolean | Returns true if the "i" modifier is set, false otherwise |
Browser Support
regexp.ignoreCase
is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |