how to convert a string to specific regex pattern 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)