gpt4 book ai didi

regex - 如何编写正则表达式 'line' 包含字符串

转载 作者:行者123 更新时间:2023-12-03 15:13:57 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Return the whole line that contains a match using regular expressions in c#

(2 个回答)


3年前关闭。




我有字符串:

one line
second line
magic line foo
third line

如何仅使用关键字匹配全行与 foo foo ?

所以,我可以匹配 foo使用 /foo/g ,但我不知道如何匹配全行。

感谢您的任何帮助。

最佳答案

你可以试试这个:

^.*foo.*$

它将匹配包含 foo 的整行

Regex101Demo

关于regex - 如何编写正则表达式 'line' 包含字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48742640/

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