MatchSubstringOptions.ignoreCase
bool ignoreCase() @property nothrowGet ignoreCase property.
Returns
Whether to perform a case-insensitive match.
void ignoreCase(bool propval) @property nothrowSet ignoreCase property.
Parameters
propval | Whether to perform a case-insensitive match. |