Aspose::Words::LowCode::ReplacerContext::SetReplacement method

ReplacerContext::SetReplacement(const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const System::String&) method

Sets pattern and replacement used by find/replace operation.

void Aspose::Words::LowCode::ReplacerContext::SetReplacement(const System::SharedPtr<System::Text::RegularExpressions::Regex> &pattern, const System::String &replacement)

See Also

ReplacerContext::SetReplacement(const System::String&, const System::String&) method

Sets pattern and replacement used by find/replace operation.

void Aspose::Words::LowCode::ReplacerContext::SetReplacement(const System::String &pattern, const System::String &replacement)

See Also