uppercase property

int uppercase
getter/setter pair

The count of upper case characters in the analyzed text. Non-letters (excluding spaces) are counted toward this total for casing heuristics.

Implementation

int uppercase = 0;