Create a function that reverses a string. The function should take a string as input and return the reversed version of that string.
Characters are reversed: 'h' moves to the end, 'o' moves to the start, etc.
Each character is reversed from its original position.