Working with encrypted text, I need to write 2 functions that does not work, one should take all the characters, except for letters, the second to return these characters in the new text. (Letters in one register only great) Example:
I'M GOING, I'LL BE THERE. "HELLO WORLD!"
GOOD NIGHT...
After the first function turns a st...