Returns all entries of matchString regex.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextSelection[] FindAllPattern(
	Regex pattern
)
Public Function FindAllPattern ( 
	pattern As Regex
) As TextSelection()
public:
virtual array<TextSelection^>^ FindAllPattern(
	Regex^ pattern
) sealed
abstract FindAllPattern : 
        pattern : Regex -> TextSelection[] 
override FindAllPattern : 
        pattern : Regex -> TextSelection[] 

Parameters

pattern
Regex

Return Value

array<TextSelection>[]()[][]

Implements

IDocument..::..FindAllPattern(Regex)

See Also