I am writing a server side in python.
I noticed that the client sent me one of the parameters:
"↵ tryit1.tar↵ "
I want to get rid of the spaces (and for this I use the replace command), but I also want to get rid of the special character: "↵".
How can I get rid of this character (and other weird characters that are not - , _ , * ,.) With the python command?
python
Or smith
source share