GetRanges Method (String)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Finds ranges for given regex pattern

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public IEnumerable<Range> GetRanges(
	string regexPattern
)
Visual Basic
Public Function GetRanges ( _
	regexPattern As String _
) As IEnumerable(Of Range)
Visual C++
public:
IEnumerable<Range^>^ GetRanges(
	String^ regexPattern
)

Parameters

regexPattern
Type: System..::..String
Regex pattern

Return Value

Enumeration of ranges

See Also