ThibH
12/6/2017 - 7:59 PM

Remove specific characters from strings

import re
string = re.sub('[!@#$]', '', string)