/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
strcleaned = ''.join([x for x in strtoclean if ord(x) < 128])