Hi,

How to find a substring inside the string in c# and return true if found?
ex.
Manila, Philipines = Phils343 = true
Manila, Philipines = Manila = true
Manila, Philippines = phili= true
Manila, Philippines = Cebu= false

thanks,
Popskie