RosettaCodeData/Task/Phrase-reversals/00DESCRIPTION
2019-09-12 10:33:56 -07:00

15 lines
473 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.
;See also:
* [[Reverse a string]]
* [[Reverse words in a string]]
<br><br>