gpt4 book ai didi

regex - 在 Notepad++ 中查找并替换匹配的行首和行尾

转载 作者:行者123 更新时间:2023-12-02 17:30:05 24 4
gpt4 key购买 nike

我想找到所有遵循这种格式的行:

type="file_one_id"
type="file_two_id"
type="file_three_id"

并用单个替换行替换它们:

type="my_generic_replacement"

问题是还有许多其他行也以 type="file_ 开头或以 _id" 结尾,所以我认为搜索行都需要以 type="file_ _id" 结尾。有没有办法用 Notepad++ 做到这一点?

最佳答案

您可以搜索 ^type="file_.*_id"$(使用正则表达式)并替换为 type="my_generic_replacement"

关于regex - 在 Notepad++ 中查找并替换匹配的行首和行尾,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34536546/

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