func reverseString(s: String) -> String { return String(reverse(s)) } println(reverseString("asdf")) println(reverseString("as⃝df̅"))