Hi readers, I have got a string
a[ ] = {Name surname ...... };
I want to split the string into 2 the first string will contain the Name and the
second string will contain the rest after the surname, can anyone please
suggest how to do this.
thx
a[ ] = {Name surname ...... };
I want to split the string into 2 the first string will contain the Name and the
second string will contain the rest after the surname, can anyone please
suggest how to do this.
thx
Comment