in reply to How do I reverse the order of the first and last word of a string?

How do I reverse the order of the first and last word of a string?
nitpick: you want to swap the first and the last word, you don't want to reverse anything.

Here's a hint

  • Comment on Re: How do I reverse the order of the first and last word of a string?