Gets n'th word from a string.
The word ar the n'th position.
The first word has index zero (0).
string myWord = MainUtil.GetWord("Welcome to my world", 2, ' '); // "my"
MainUtil Class | Sitecore Namespace