Hi,
I want to compare two strings for any match
ie;
my two string are
string1 = "hi i'm tibinmathew @ i'm fine";
string2 = "tibin";
I want to compare the above two string.
If there is any match found i have to execute some statements.
I want to do this in c#. How can I do this?