Example1:
string input = \"Village Siaban WDT no.39 91308 Semporna Sabah\";
Example2:
string input = \"Village Hw WDT no.39
string input = "Village Siaban WDT no.39 91308 Semporna Sabah"; string secondToLastWord = input.Split(' ').Reverse().ElementAt(1).ToString();