Click or drag to resize

DocxDocumentFindTextByRegex Method

Finds the text by regex.

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

Parameters

regex  String
The regex.

Return Value

String
System.String[].
See Also