J juli Dec 6, 2004 #1 How do I find if there is a given substring inside a string in asp.net ? Thank you very much!
D Deepak Dec 6, 2004 #3 Use String.IndexOf() If it returns -1 then the string you searched for was not found. If anything else then it was found.
Use String.IndexOf() If it returns -1 then the string you searched for was not found. If anything else then it was found.
S Shiva Dec 6, 2004 #4 String.IndexOf() How do I find if there is a given substring inside a string in asp.net ? Thank you very much!
String.IndexOf() How do I find if there is a given substring inside a string in asp.net ? Thank you very much!