Hi,
I have made a code where if I were to write out a name in a textbox the first letter will be capitalized. It also capitalizes the first letter whenever I add a space between names.
So, I am having this problem where whenever I put a special character or a number (For ex. !,@,#,$,%,&,*,.,/,1,2,3etc...) but no space after the special character, the first letter of the name or word isn't capitalized. I would like to have that first letter of the word capitalized.
Here is an example:
John Snow
The J in John will be capitalized and after the space the S in Snow will also be capitalized.
But if I were to add a special character or a number, like below:
2323 N.farvalley
The N will be capitalized, but the F in Farvalley won't because I didn't add a space.
I would also like this function to be a universal code and have it work for all textboxs and not just one.
Thank you in advance
I have made a code where if I were to write out a name in a textbox the first letter will be capitalized. It also capitalizes the first letter whenever I add a space between names.
So, I am having this problem where whenever I put a special character or a number (For ex. !,@,#,$,%,&,*,.,/,1,2,3etc...) but no space after the special character, the first letter of the name or word isn't capitalized. I would like to have that first letter of the word capitalized.
Here is an example:
John Snow
The J in John will be capitalized and after the space the S in Snow will also be capitalized.
But if I were to add a special character or a number, like below:
2323 N.farvalley
The N will be capitalized, but the F in Farvalley won't because I didn't add a space.
I would also like this function to be a universal code and have it work for all textboxs and not just one.
Thank you in advance