How do I ignore a case in Java?

The equalsIgnoreCase() method of the String class compares two strings irrespective of the case (lower or upper) of the string . This method returns a boolean value, true if the argument is not null and represents an equivalent String ignoring case, else false. Syntax: str2.10 Kas 2021

Sizin İçin Seçtik  How do you make a character case insensitive in java?

Leave a Reply

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