Reputation: 619
I'm looking for a function to change the characters order in a string.
For example, I have this string : "How are you?"
, calling the function with this string as parameter would return something like: "wuayero Ho?"
or something similar.
Upvotes: 3
Views: 79