As I have mentioned on the title above I need to know how to check each of the characters inside a String as follows:
- check if the string is less than 3 character.
- check if the string contains digits.
- check if a single word of string has no vowels.
I've been searching for the exact example but I couldn't find one.