Code Problem / Strings

First character not repeated in a string
AskAI

This problem asks you to find the first character in a string that is not repeated elsewhere in the string. For example, given the string "abcdab", the answer would be "c ".