I want to create an acronym column in a table. I want to be grab the first letter of each word from a ‘name’ column, capitalize it, then concatenate all into an ‘acronym’ column.
Any easy way to grab first letters?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is an “improved” function, allowing to filter only wanted characters thanks to a regular expression.
initialsdoes the actual job, you have to specify the regular expressionacronymdoes the job keeping Alpha-numeric characters only(Use
upper,lowerorucasefunctions on the output if necessary).
Example1:
Outputs:
Example2:
Outputs: