1
Reply

String

bert_cox

bert_cox

May 6 2004 6:21 AM
1.4k
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)