希望有人可以帮助我。
我编写了以下函数,该函数不允许我在文本中搜索文本并返回结果:
Function ErrorLabel (ErrorMessage as string) as string
If ErrorMessage = "modified" Or "weight" then
ErrorLabel = "Valid error"
End If
End Function
有人可以解释一下我如何引入另一个可以在文本内搜索的功能查找或搜索吗?
答案 0 :(得分:1)
您似乎想查看其中一个关键字是否在您要传递的字符串中。
listOptionFuture.flatMap{ case (tagOption,pagingStateOption) => { ... }}