im struggling with program, that deletes all characters, and left only a-z chars and polish chars: ą, ć, ę, ł, ń, ó, ś, ź, ż. So what i want to do is delete all chars like spaces, dots, numbers, those fancy non printable characters, etc. and create another string with what's left. Thanks in advance.
Example:
Input: "111',///[asdżźć';p],,."
Output: "asdżźćp"