| DocxDocumentFindTextByRegex Method |
Finds the text by regex.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public string[] FindTextByRegex(
string regex
)
Public Function FindTextByRegex (
regex As String
) As String()
public:
array<String^>^ FindTextByRegex(
String^ regex
)
member FindTextByRegex :
regex : string -> string[]
Parameters
- regex
- Type: SystemString
The regex.
Return Value
Type:
StringSystem.String[].
See Also