Mapping functionsTextReverseOn this pageText: Reverse Reverse the input string by character. Unicode-safe. ExampleInput: "hello" → Output: "olleh"Input: "à̧" → Output: "à̧" (combining marks preserved) Parameters This function has no parameters. Input String—REQUIREDText to reverse. Output StringThe reversed text.