gpt4 book ai didi

regex - 删除/删除所有重复的行

转载 作者:行者123 更新时间:2023-12-01 09:53:47 25 4
gpt4 key购买 nike

删除重复行的方法有很多,但我想只留下唯一的行,并删除所有重复的行。

从这样的事情:

Duplicate
Duplicate
Important text
Other duplicate
Important text1
Other duplicate

要得到这个:

Important text
Important text1

我需要删除数千行,而唯一的行只有 10-20 行与所有这些重复的行混合。

最佳答案

试一试:

查找内容:^(.+)\R([\s\S]*?)\1$
替换为:$2

确保您已选中 Regular Expression区分大小写,但未选中 。匹配换行符

关于regex - 删除/删除所有重复的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32660532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com