gpt4 book ai didi

regex - 删除正则表达式中的第一个空格

转载 作者:行者123 更新时间:2023-12-01 15:19:51 25 4
gpt4 key购买 nike

我是正则表达式的新手,所以我需要帮助如何在 notepad++ 的每一行中删除正则表达式中的第一个空格?

示例:
 191.341.411.314 80
 191.341.411.315 80
 191.341.411.316 80
 191.341.411.317 80

我需要这个
191.341.411.314 80
191.341.411.315 80
191.341.411.316 80
191.341.411.317 80

list include +1000 lines 什么是最好的解决方案??

最佳答案

您只需要 anchor你的正则表达式到字符串的开头

^\s

并且什么都没有替换。 \sshorthand character class空格

查看 here on Regexr

关于regex - 删除正则表达式中的第一个空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22829032/

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