upperLetters constant

Range<int> const upperLetters

All characters from A to Z, both inclusive.

Implementation

static const Range<int> upperLetters = ConstRange(65, 90);