14 lines
226 B
Text
14 lines
226 B
Text
;Task:
|
|
Take a string and reverse it.
|
|
|
|
For example, "asdf" becomes "fdsa".
|
|
|
|
|
|
;Extra credit:
|
|
Preserve Unicode combining characters.
|
|
|
|
For example, "as⃝df̅" becomes "f̅ds⃝a", not "̅fd⃝sa".
|
|
|
|
|
|
{{Template:Strings}}
|
|
<br><br>
|