isControl function

bool isControl(
  1. int character
)

Implementation

bool isControl(int character) => controlCharacters[character];