gpt4 book ai didi

string - Gradle:如何过滤和搜索文本?

转载 作者:行者123 更新时间:2023-12-03 06:25:49 24 4
gpt4 key购买 nike

我是新手。如何以以下方式过滤文本?
假设我要过滤的输出/结果将是下面的两个URL。

"http://localhost/artifactory/appNameIwant/moreStuffHereThatsDynamic" 
> I want this URL

"http://localhost/artifactory/differentAppName"
> I don't want this URL

我想放一个“匹配”变量,就像
变量= http://localhost/artifactory/appnameIwant

因此,从本质上讲,字符串将不是完美的匹配。我希望它过滤并提供以上面列出的变量开头的所有URL。 / appnameIwant /之后的字符将发生变化,因此不能完美匹配。

我想使用for循环遍历数组,并使用if语句返回任何匹配项。例如。
for (i=0; i < results.length; i++){
if (results[i] strings matches (http://localhost/artifactory/appnameIwant) {
return results[i] }

我只是过滤URL字符串本身,而不是过滤网页中的任何复杂内容。

让我知道进一步的解释是否有帮助。

非常感谢您的时间和帮助!

最佳答案

我想通了-我只是用过

if (string.startsWith"texthere")) {println string}

比我想象的要容易得多!

关于string - Gradle:如何过滤和搜索文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34006569/

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