var range: NSRange
Returns the range of the result that the receiver represents.
レシーバが表す結果の範囲を返します
var resultType : NSTextCheckingResult.CheckingType
Returns the text checking result type that the receiver represents.
レシーバが表しているテキスト検査結果の型を返します。
var numberOfRanges : Int
Returns the number of ranges.
いくらかある範囲の数を返します。
func range(at: Int) -> NSRange
Returns the result type that the range represents.
その範囲が表す結果型を返します。