fork download
  1. str = "aaa\u2004bbb"
  2. str2 = str.replace("\N{THREE-PER-EM SPACE}", "*")
  3. print(str, str2)
Success #stdin #stdout 0.02s 9196KB
stdin
Standard input is empty
stdout
aaa bbb aaa*bbb