gpt4 book ai didi

c# - 在文本文件中搜索关键字

转载 作者:太空宇宙 更新时间:2023-11-03 19:32:17 25 4
gpt4 key购买 nike

我有一个名为 balamurugan,chendurpandian,...... 的文本文件如果我在文本框中给一个值 ba ....

如果我单击提交按钮意味着我必须在文本文件中搜索值 ba 并显示为 pattern matched....

我已经使用

阅读了文本文件
 string FilePath = txtBoxInput.Text;

并使用

将其显示在文本框中
  textBoxContents.Text = File.ReadAllText(FilePath);

但我不知道如何使用 C# 在文本文件中搜索单词,谁能给出建议???

最佳答案

您可以简单地使用:

textBoxContents.Text.Contains(keyword)

如果您的文本包含您选择的关键字,这将返回 true

关于c# - 在文本文件中搜索关键字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4243498/

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