Hi All,
I have a string variable with a few words per observation. I would like to generate an acronym variable contained only capital letters from the string variable, as in the example below:
Needles to say, as always I will be grateful for any help.
I have a string variable with a few words per observation. I would like to generate an acronym variable contained only capital letters from the string variable, as in the example below:
Observation | StringVariable | AcronymVariable |
OBS001 | Some Phrase as a String | SPS |
Needles to say, as always I will be grateful for any help.
Comment