here's the problem: I want to be able to type a word and the result will display all the alphabet letters which are not used in that word. Example1: after you input "ABCDEFGHIJKL", the result is "MNOPQRSTUVWXYZ". Example2: after you input "UNCOPYRIGHTABLE", the result is "DFJKMQSVWXZ".
I searched everything and couldn't find a way to do this. Please help, thanks in advance!