Check whether specified symbol is in A..Za..z range.
inline bool isAz(const char c);
inline bool isAz(const wchar_t c);