What is lowercase in Java?

isLowerCase(char ch) determines if the specified character is a lowercase character. A character is lowercase if its general category type, provided by Character . getType(ch), is LOWERCASE_LETTER, or it has contributory property Other_Lowercase as defined by the Unicode Standard.

Sizin İçin Seçtik  How do you ignore a character in a case?

Leave a Reply

Your email address will not be published. Required fields are marked *

What is lowercase in Java?

isLowerCase(char ch) determines if the specified character is a lowercase character. A character is lowercase if its general category type, provided by Character . getType(ch), is LOWERCASE_LETTER, or it has contributory property Other_Lowercase as defined by the Unicode Standard.

Sizin İçin Seçtik  How do I accept lowercase and uppercase in java?

Leave a Reply

Your email address will not be published. Required fields are marked *