Range.GetFragment Method (String)

T3000 CrossPlatform

RangeGetFragment Method (String)

[This is preliminary documentation and is subject to change.]

Get fragment of text around Start place. Returns maximal matched to pattern fragment.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range GetFragment(
	string allowedSymbolsPattern
)
Public Function GetFragment ( 
	allowedSymbolsPattern As String
) As Range

Dim instance As Range
Dim allowedSymbolsPattern As String
Dim returnValue As Range

returnValue = instance.GetFragment(allowedSymbolsPattern)

Parameters

allowedSymbolsPattern
Type: SystemString
Allowed chars pattern for fragment

Return Value

Type: Range
Range of found fragment
See Also