I have an array of type string that contains a bunch of lines of text that are broken up in the different elements of the array. I want to check which element contains the string Name: in it. The reason I need to do it like this is because Name can be in a different element when ran on different arrays. I cant use .contains on an array so I am not sure what to use.
Share
1 Answer