replacing string after matching with regular expression in python 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)