Range.GetRanges Method (String)

T3000 CrossPlatform

RangeGetRanges Method (String)

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

Finds ranges for given regex pattern

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public IEnumerable<Range> GetRanges(
	string regexPattern
)
Public Function GetRanges ( 
	regexPattern As String
) As IEnumerable(Of Range)

Dim instance As Range
Dim regexPattern As String
Dim returnValue As IEnumerable(Of Range)

returnValue = instance.GetRanges(regexPattern)

Parameters

regexPattern
Type: SystemString
Regex pattern

Return Value

Type: IEnumerableRange
Enumeration of ranges
See Also