como usar o re.sub
new_string = re.sub(r"xxx|yyy", "abc", a_string)
Unusual Unicorn
new_string = re.sub(r"xxx|yyy", "abc", a_string)