isFormat function

bool isFormat(
  1. int character
)

Implementation

bool isFormat(int character) => formatCharacters[character];