gpt4 book ai didi

regex - 正则表达式: how to deal with character/

转载 作者:太空宇宙 更新时间:2023-11-04 05:15:28 24 4
gpt4 key购买 nike

我正在使用grafana获取zabbix代理数据。

我只需匹配以下值之一:

Free space on C: (Percentage)

Free Space on / (Percentage)

该表达式不允许与第二个表达式匹配:

/^(Free space on C: (Percentage)|Free Space on \/ (Percentage))$/

即使在在线正则表达式文本中也不匹配。

我很确定问题出在字符/上。

最佳答案

试试这个:

/^Free [Ss]pace on (?:C:|\/) \(Percentage\)$/gm

Demo

关于regex - 正则表达式: how to deal with character/,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50001024/

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