I have a username that is Joined together as follows
JohnSmith
The first letter in each of the first and last name is Capital
Can some one help me write a php function to split the name and get John Smith.
I am not sure what functions to use.
JohnSmith
The first letter in each of the first and last name is Capital
Can some one help me write a php function to split the name and get John Smith.
I am not sure what functions to use.
Comment