G
Guest
I am attempting to parse the name out of form submitted via email. I can
read the email as one string, but I'm having difficulty dealing with the
variable length of names and the space in between the first and last name.
For example:
Name: Todd Thompson
The position of "Name: " is fixed, however the charlen is variable.
Any ideas?
Thanks,
Todd
read the email as one string, but I'm having difficulty dealing with the
variable length of names and the space in between the first and last name.
For example:
Name: Todd Thompson
The position of "Name: " is fixed, however the charlen is variable.
Any ideas?
Thanks,
Todd