Contents

numberOfRanges

Returns the number of ranges.

Declaration

var numberOfRanges: Int { get }

Discussion

A result must have at least one range, but may optionally have more (for example, to represent regular expression capture groups).

Passing range(at:) the value 0 always returns the value of the the range property. Additional ranges, if any, will have indexes from 1 to numberOfRanges``-1.

See Also

Text Checking Type Range and Type