KeysCoder
Member
I'm working on an application which needs to search through every word in a rich text box and match individual words and phrases to those in a database. I'm thinking it would be faster to save the text to a string class first and search through it rather than through the rich text box itself.
Am I right? How about the StringBuilder class? I know it's very fast for manipulating a string but would it be any faster (than the plain string class) for searches?
Am I right? How about the StringBuilder class? I know it's very fast for manipulating a string but would it be any faster (than the plain string class) for searches?