How to compare each individual char of 2 string (Beginning Java forum at JavaRanch)
Hi I need to compare the each individual char of 2 string. String a = "Ae12"; String b = "aE12"; // I tried the followings: // a String c = a.s ... Try for loop it works. But it would be case sensitive. And it is always a bad idea to Store each and every ...