String Operations#
Given a sentence of type string, return that sentence with the words in reversed order and the cases of each letter swapped.
This module reverses case and words in a sentence.
Given a sentence of type string, return that sentence with the words in reversed order and the cases of each letter swapped.
This module reverses case and words in a sentence.