16 lines
228 B
Text
16 lines
228 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>
|
||
|
|
|