-
ignorecase
- Type: boolean
- Set to
true
to indicate that the case does not matter when making comparisons. Otherwise, the default value isfalse
, to indicate that the value should match with the same case.
ignorecase
true
to indicate that the case does not matter when making comparisons. Otherwise, the default value is false
, to indicate that the value should match with the same case.