Hi there, i would like to know how to get the first letter of all the word in a string.
If i have a string
mystring="Name Surname"
i would like to get only the fist letter of each words and the results will be
N S
Anybody could help with that?
thanks