ignoreCase property
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive.
For example, the matcher data will match both input string Data
and data if set to true.
Implementation
core.bool? ignoreCase;
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive.
For example, the matcher data will match both input string Data
and data if set to true.
core.bool? ignoreCase;