I have a string from which i want to extract a required string as :
"S101 Peter"
"S3282 Steve"
How to extract only the Names i.e. Peter and Steve from the above two strings. I worked out with Replace, Remove, TrimStart, IndexOf but couldn’t find out? Please help…
You want SubString: