Example1:
string input = \"Village Siaban WDT no.39 91308 Semporna Sabah\";
Example2:
string input = \"Village Hw WDT no.39
Just for fun:
string input = "Village Siaban WDT no.39 91308 Semporna Sabah"; input.Split(' ').Reverse().Take(2).Last();