RosettaCodeData/Task/Phrase-reversals/00-TASK.txt
2023-07-01 13:44:08 -04:00

14 lines
430 B
Text

;Task:
Given a string of space separated words containing the following phrase:
rosetta code phrase reversal
:# Reverse the characters of the string.
:# Reverse the characters of each individual word in the string, maintaining original word order within the string.
:# Reverse the order of each word of the string, maintaining the order of characters in each word.
<br>
Show your output here.
{{Template:Strings}}
<br><br>