I know this is probably simple, but I haven't figured it out.
I want to take a string from a form input and return the first letter of each word. The input would be a business name so it wouldn't be a very long string.
exp. input = Tek Tips, Inc.
return = TTI
Thanks for the help.
I want to take a string from a form input and return the first letter of each word. The input would be a business name so it wouldn't be a very long string.
exp. input = Tek Tips, Inc.
return = TTI
Thanks for the help.