Click or drag to resize

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
)

Parameters

pattern
Type: System.Text.RegularExpressions Regex
The pattern.

Return Value

Type: TextSelection
See Also