Aspose::Words::LowCode::Replacer class

Replacer class

Provides methods intended to find and replace text in the document.

class Replacer

Methods

MethodDescription
static Replace(const System::String&, const System::String&, const System::String&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::String&, const System::String&, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&)Replaces all occurrences of a specified character string pattern with a replacement string.
static Replace(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&, const System::SharedPtr<Aspose::Words::Replacing::FindReplaceOptions>&)Replaces all occurrences of a specified character string pattern with a replacement string.
Replacer()

See Also