S
shapper
Hello
I have the following string:
myName = "John Smith Curtis"
I want to get the first word, i.e. "John", which means I want to get
everything from the start to the first space.
I know I should use Substring but I don't know what to do to remove the
first word.
Thanks,
Miguel
I have the following string:
myName = "John Smith Curtis"
I want to get the first word, i.e. "John", which means I want to get
everything from the start to the first space.
I know I should use Substring but I don't know what to do to remove the
first word.
Thanks,
Miguel