Hey everyone,

I need some simple string functions to locate the first space in a given string and separate the string before the space from the string after it.

this is for separating a list of full names into 2 lists of first names and last names.

Thanks in advance,