uppercase property
The count of upper case characters in the analyzed text. Digits are considered uppercase
Implementation
int uppercase = 0;
The count of upper case characters in the analyzed text. Digits are considered uppercase
int uppercase = 0;