Click or drag to resize

DocxDocumentFindTextByRegex Method

Finds the text by regex.

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

Parameters

regex  String
The regex.

Return Value

String
System.String[].
See Also