fork(1) download
  1. import re
  2.  
  3. a = '$hell@o wo#rld'
  4. print(re.sub(r'[$#@]', '', a))
Success #stdin #stdout 0.02s 9376KB
stdin
Standard input is empty
stdout
hello world