Actualités

We only need to append them from end to start, we will approach reverse words in the string ... there maybe two or more spaces between indivisual words, so we use regular expression to remove them 3.
How about multiple spaces between two words? Reduce them to a single space in the reversed string. For simplicity of code, try the appending from behind. Have multiple two other ways to do it: 1. flip ...