toggleCaseSensitive method

void toggleCaseSensitive()

Implementation

void toggleCaseSensitive() {
  caseSensitive = !caseSensitive;
}