How do I make my string not case-sensitive?

Java String equalsIgnoreCase() Method The equalsIgnoreCase() method compares two strings, ignoring lower case and upper case differences. This method returns true if the strings are equal, and false if not. Tip: Use the compareToIgnoreCase() method to compare two strings lexicographically, ignoring case differences.

Sizin İçin Seçtik  How do I convert a string to lowercase in java?

Leave a Reply

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

How do I make my string not case sensitive?

Java String equalsIgnoreCase() Method The equalsIgnoreCase() method compares two strings, ignoring lower case and upper case differences. This method returns true if the strings are equal, and false if not. Tip: Use the compareToIgnoreCase() method to compare two strings lexicographically, ignoring case differences.

Sizin İçin Seçtik  What does it mean Java is case-sensitive?

Leave a Reply

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