I know how to remove all digits from a string using re.sub(). But I don\'t know how to remove all digits from a string except some special ones.
re.sub()
For exam