gpt4 book ai didi

regex - vim 将字符替换为\n

转载 作者:行者123 更新时间:2023-12-04 02:32:22 26 4
gpt4 key购买 nike

我需要全部更换;到\n ,但 :%s/;/\n/gc不起作用

最佳答案

http://vim.wikia.com/wiki/Search_and_replace

When searching: \n is newline, \r is CR (carriage return = Ctrl-M = ^M)
When replacing: \r is newline, \n is a null byte (0x00).

关于regex - vim 将字符替换为\n,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3965883/

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