Instance Property
インスタンスプロパティ
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).
結果は少なくとも1つの範囲を持たなければなりません、しかし随意にもっと持つかもしれません(例えば、正規表現キャプチャグループを表すため)。
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
.
range(at:)
を値0
で渡すことは、常にrange
プロパティの値を返します。追加の範囲は、もしあれば、インデックスを1
からnumberOfRanges
-1
まで持ちます。
See Also
参照
Text Checking Type Range and Type
テキストチェック型の範囲と型
var range: NSRange
Returns the range of the result that the receiver represents.
レシーバが表す結果の範囲を返します