Hi all,
I know that my question is quite simple, u might even call it stupid, but i cant find the solution, no matter how much i am look for it.
anyway, I want to check if a string is a part of an other string. I have tried the Substring, but aparently this extracts a string from a bigger string, I also tried a method that compares the two strings one by one from the first char, but thats not what i want, i want to compare it through out the bigger string.
for example to compare "lo" with "Hello" and get a positive return.
thanks, ilias
I know that my question is quite simple, u might even call it stupid, but i cant find the solution, no matter how much i am look for it.
anyway, I want to check if a string is a part of an other string. I have tried the Substring, but aparently this extracts a string from a bigger string, I also tried a method that compares the two strings one by one from the first char, but thats not what i want, i want to compare it through out the bigger string.
for example to compare "lo" with "Hello" and get a positive return.
thanks, ilias