Replaces all occurences of find
with the string replace
in a StringBuilder.
string |
a StringBuilder |
find |
the string to find in |
replace |
the string to insert in place of |
the number of find and replace operations performed. |