| 
Document
FindAllPattern Method (Regex)
  | 
 Returns all entries of matchString regex.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
- 
 Type:
 
System.Text.RegularExpressions
Regex
 
 
Return Value
 
 Type:
 
TextSelection
 
Implements
 
IDocument
FindAllPattern(Regex)
 
 
 See Also
See Also