currently I need to find some special lexical characteristics of a string in Java such as
- Total number of characters
- Total number of alphabetic characters
- Total number of uppercase characters
- ....
I wonder that is there a library can do that? It would be great to save coding time.
Thank you very much.