У меня есть текстовый документ как
text = 'This is a follow-up to your previous request #16302 "asdkjc!!!"\n\nHello asd,\n\nSo I\'ve just received the check and a signed letter from the asc acs, .....'
Я хотел удалить This is a follow-up to your previous request #16302 "asdkjc!!!"
из документа.
Я попытался:
re.sub(r'this is a follow-up to your previous request #[0-9] ["](.*?)["]', " ", text)
Не удалось удалить .