Click or drag to resize

DocxDocumentFindTextByRegex Method

Finds the text by regex.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public string[] FindTextByRegex(
	string regex
)

Parameters

regex
Type: SystemString
The regex.

Return Value

Type: String
System.String[].
See Also