python regular expression replace one symbol into another code example
Example: find and replace subword in word python regex
result = re.sub(r"Pulp Fiction", "Forrest Gump", text)
result = re.sub(r"Pulp Fiction", "Forrest Gump", text)