toggleMatchWholeWord method

void toggleMatchWholeWord()

Implementation

void toggleMatchWholeWord() {
  matchWholeWord = !matchWholeWord;
}