I am trying to figure out how to take a string and only get the back portion of it. The string holds an id number and a first and last name. How would I go about taking only the last name?
For example
string s="38452554 John Smith";
how do i get a string t="John Smith" or a string u=Smith;