gpt4 book ai didi

regex - 在Notepad++中,在行尾添加每行的文本

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

Notepad++ 中如何:

添加等号“=”后,在每行末尾添加所有字符。

例如:

This is a text  

This is a text = This is a text

最佳答案

正则表达式:

(.+)

替换字符串:

\1 = \1

DEMO

关于regex - 在Notepad++中,在行尾添加每行的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32069835/

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