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