Search a list of string if it match a string with like operator

后端 未结 0 1174
一生所求
一生所求 2021-01-26 21:40

I need to find in a list (of string) if any element is like a string. I do it like this For Each L As String In LikePaths If A Like L.ToLower Then Return True Next Return

相关标签:
回答
  • 消灭零回复
提交回复
热议问题