我有以下文字:subject = "Madam / Dear Sir, ', ' ', 'The terrorist destroyed the building at 23:45 with a remote
detonation device', ' ', 'so a new line character is appended to the string"我使用下面的正则表达式代码进行搜索:[p for p in re.split('\,', str(subject)) if re.search('(M[a-z]+ / \w+ \w+r)', p)]获取输出:女士/亲爱的先生预期输出:恐怖分子于 23:45 用远程引爆装置摧毁了建筑物请注意,预期输出应始终在找到正则表达式之后。你能帮我解决这个问题吗?
添加回答
举报
0/150
提交
取消