0
I’m trying to remove the punctuation symbols and other symbols (characters like copyright, for example) from a string.
I want to leave the accented characters, the hyphen, the apostrophe ('), the blank, in addition to the letters and numbers.
How to do this in python?
Thanks for the tip, but this way it is a little impossible to predict all the symbols that can appear
– B. Monteiro