fork download
  1. import re
  2. res = re.sub(r"(?i)(?<=\W)the(?!\w)", "zzz", "The Thing To (The) Theme of Athens, The Goethe")
  3. print(res)
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
The Thing To (zzz) Theme of Athens, zzz Goethe