Hi, how do I remove duplicate elements within a List of Strings?
Ignore differences in case and whitespace, if only differences are case and/or whitespace, treat as same element and remove these duplicates. Modify the sole remaining element to contain no whitespace, all letters change to upper case
For whitespace it is more complex since it is not a problem of a distinct function but a form of data so can you clean data before you go into filtering?