我不是最擅长正则表达式的人,所以将它们从一种语言翻译成另一种语言可能是一项艰巨的任务。
tre = re.compile("///--STRING TEXT ONE. Ends with the word EDIT.(?:.*)--///(?:(?:.*\n))*///--END is the first word in STRING TEXT TWO--///")
result = tre.sub(motionBlur_text, configContents)
如果你们能帮我把它移到 perl(我听说它更适合 reg 表达式),那将非常酷。