ignoreCase property

bool ignoreCase
getter/setter pair

word match should be case sensitive or not If false it strictly checks for the word or character if true it ignores the case

Implementation

bool ignoreCase = false;