uppercase property
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;
The count of upper case characters in the analyzed text. Non-letters (excluding spaces) are counted toward this total for casing heuristics.
int uppercase = 0;