i am working on text. I want to find the number of words after the last occurrence of a particular word in an array of strings.For instance,
Assume this is the first route entry: routes.MapRoute( \"myRoute\", \"employees/{city}/{pageNumber}\", new { controller=\"Employees\", action = \"List\", pageNumber = 1 }