gpt4 book ai didi

arrays - notepad++ 添加到末尾行

转载 作者:行者123 更新时间:2023-12-02 06:58:09 24 4
gpt4 key购买 nike

我有一个包含姓名列表的 txt 文件。

Tim
John
Steve
Melanie

我想把列表变成:

Tim:"",
John:"",
Steve:"",
Melanie:""

如何将 :"", 添加/附加到这些名称的末尾。

最佳答案

简单。不要使用 notepad++ 正则表达式模式,而使用扩展模式。

在查找内容字段中输入 \r 并在替换字段中输入 :"", 或您想要的键。

enter image description here

关于arrays - notepad++ 添加到末尾行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14025840/

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