ignore_case property

ignore_case property

Gets a value indicating whether the case of the strings being compared should be ignored.

Definition:

@property
def ignore_case(self):
    ...

See Also