Подскажите пжл, как сделать множественный Replace
string text = project.ExecuteMacro(project.Variables["text"].Value);
project.Variables["text"].Value = Macros.TextProcessing.Replace(text, "\r\n", "", "Text", "All").Replace(text, " ", "", "Text", "All");
string stringToCount =...