My input is a n number of strings . I want to get the unique values , as well as number of occurance of these string case insensitive.
I have a thought of getting the input in array ; sort it and do loops to calculate the occurance. Is there any other way?