Hi I'm looking for a way that I can extract the first letter of each word from an input field and place it into a variable.
Example: if the input field is "Stack-Overflow Questions Tags Users"
then the output for the variable should be something like "SOQTU"
Any help is appreciated. Thanks