Hi,
I'm wondering what is faster way to find string in another string(filled from 350kb text file) using string.IndexOf method or using regular expression.

thanks j