gpt4 book ai didi

正则表达式 : How to find lines that don't end with some pattern?

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

我有一个日志文件。其中的大部分行都以一些子字符串结尾(例如 0.02)。我可以使用模式 0\.02$ 过滤该行。但是除了以 0.02 结尾之外,我如何过滤其余行?

最佳答案

你需要一个 negative lookbehind assertion :

(?<!\b0\.02)$

关于正则表达式 : How to find lines that don't end with some pattern?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17836489/

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