Paragraph
Find Method (Regex)
|
Returns first entry of matchString regex.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override TextSelection Find(
Regex pattern
)
Public Overrides Function Find (
pattern As Regex
) As TextSelection
public:
virtual TextSelection^ Find(
Regex^ pattern
) override
abstract Find :
pattern : Regex -> TextSelection
override Find :
pattern : Regex -> TextSelection
Parameters
-
pattern
-
Type:
System.Text.RegularExpressions
Regex
The pattern.
Return Value
Type:
TextSelection
See Also