1
Answer

String

bert_cox

bert_cox

20y
1.4k
1
If i have a string like this : string test = " true" + " dmy 1980 " + " " Is it possible to check whether "runprogram", "parameters", "appservers" are in the string With Indexof you can only check for one string: IndexOf("runprogram",0) So i want to check whether several words are in a string Thx in advance
Answers (1)