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