- 1
searching a string in a string
how can i search a string in a array of string and delete the line witch that string is there?
1 Answer
+ 4
loop through the array and compare the data to the string you are searching for then delete it.
how can i search a string in a array of string and delete the line witch that string is there?