Click or drag to resize

DocxDocumentReplaceText Method (String, String, Boolean)

Replace text into the document, regex allowed

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

Parameters

textFind
Type: SystemString
The text find.
textReplace
Type: SystemString
The text replace.
regex
Type: SystemBoolean
if set to true [regex].

Return Value

Type: Int32
System.Int32.
See Also