lowerLetters constant

Range<int> const lowerLetters

All characters from a to z, both inclusive.

Implementation

static const Range<int> lowerLetters = ConstRange(97, 122);