I want to write a function that removes all characters in a string variables but leaves only the letters.
For example, if the string variable has
"My'na/me*is'S.oph&ia."
I want to display
"My name is Sophia"
What is the simplest way to do this?