I want to write down some method that receive a string and return me the most common letter in small version.(only letters) For example - "aabbbAA" will return a. "766&%- aabbB" will return b.
I tried to write it down but i don't know how to recognize between Capital letters and small letters. And how to recognize between digits and letters.
JAVA
Thank ;)