
Java – String compareToIgnoreCase(String anotherString) method
In this article, we will discuss how to compare two strings using String’s compareToIgnoreCase() method which ignores CASE difference while comparing 1. String’s compareToIgnoreCase(String anotherString) Read More