IDocument
FindPattern Method (Regex)
|
Finds and returns entry of specified regular expression along with formatting.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextSelection FindPattern(
Regex pattern
)
Function FindPattern (
pattern As Regex
) As TextSelection
TextSelection^ FindPattern(
Regex^ pattern
)
abstract FindPattern :
pattern : Regex -> TextSelection
Parameters
-
pattern
-
Type:
System.Text.RegularExpressions
Regex
Return Value
Type:
TextSelection
See Also