Hi,

I have a scenario.

String array = ["Input1 is good", ""Input2 is better", "Input2 is sweet",
"Input3 is bad"]

I want to compare the string array against the given input :
String inputarray= ["Input1", "Input2"]


It involves no indexes. I just want to use the power of string search to do
a runtime search on the array and should return

["Input1 is good", ""Input2 is better", "Input2 is sweet"]



Thanks

Reply via email to