for the string "an example", i want to remove the dulipcate character from that string. and how do it remove the spaces between the words?

in the end i should get:
"anexmpl".

thanks.