IDocument
FindAllPattern Method
|
Finds and returns all entries 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[] FindAllPattern(
Regex pattern
)
Function FindAllPattern (
pattern As Regex
) As TextSelection()
array<TextSelection^>^ FindAllPattern(
Regex^ pattern
)
abstract FindAllPattern :
pattern : Regex -> TextSelection[]
Parameters
-
pattern
-
Type:
System.Text.RegularExpressions
Regex
Return Value
Type:
TextSelection
See Also