Click or drag to resize

DocxDocumentReplaceText(String, String, Boolean) Method

Replace text into the document, regex allowed

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public int ReplaceText(
	string textFind,
	string textReplace,
	bool regex
)

Parameters

textFind  String
The text find.
textReplace  String
The text replace.
regex  Boolean
if set to true [regex].

Return Value

Int32
System.Int32.
See Also