Your task is to reverse a given string.
Some examples:
- Turn "stressed" into "desserts".
- Turn "strops" into "sports".
- Turn "racecar" into "racecar".
Test your function on this string: uüu and see what happens. Try to write a function that properly reverses this string. Hint: grapheme clusters. You will need to use external libraries for the bonus task.