Hello, Can someone help me with the following question?
I would like to Split the Username as First Name and Last Name. However, I am stuck when the user has more than 2 words in the Name.
For Example: Username = Master the Art
I prefer
First Name - Master
Last Name - The Art ( Last name should be after the First word of the username irrespective of number of words the user name has)
Currently, This is how I tried but it works only when the Employee Name has '3' words in it. However, I need the Employee's Last name should be "The Art"
Few more examples are..
Employee Name - Chair has Four legs
First Name - Chair; Last Name - has Four legs
Employee Name - Water Purifier
First Name - Water; Last Name - Purifier
