How can I convert a string like \'abcdef\' to \'afbecd\' without using loops. Just recursion. Tried slicing and then recursing but cannot get the string back and find the correc