In PowerShell is there a way to return the index of an array with substring of a string

后端 未结 0 1025
没有蜡笔的小新
没有蜡笔的小新 2020-11-27 03:53

Is there another way return the indices of every instance of a substring in an array besides old fashioned looping through indices?

$myarray = @(\'herp\',\'de         


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