I have a function that does a lot of finding and replacing on strings, using Regex and other string processing functions. Essentially I'm looping through a string, and adding the resulting data into a StringBuilder so its faster than modifying the string itself. Is there a faster way?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
For more info look here: Concatenate String Efficiently. EDIT : The |
||||

codereview.stackexchange.com. – Tim Schmelter Sep 16 '12 at 19:27