How to find a word from a string?
Posted: Fri Sep 17, 2004 12:53 pm
If i have a
AND
is there a way to find if the word "Contacts" exist in these two strings?
Code: Select all
string A = "./Contacts";Code: Select all
string B = "./C\System\Data\Contacts.dba";