NSEqualRanges
Returns a Boolean value that indicates whether two given ranges are equal.
2つの与えられた範囲が等しいかどうかを指し示すブール値を返します。
NSIntersectionRange
Returns the intersection of the specified ranges.
指定されたそれら範囲の交差を返します。
NSLocationInRange
Returns a Boolean value that indicates whether a specified position is in a given range.
与えられた位置が与えられた範囲の中にあるかどうかを指し示すブール値を返します。
NSMakeRange
Creates a new NSRange from the specified values.
新しいNSRangeをこの指定された値から作成します。
NSRangeFromString
Returns a range from a textual representation.
あるテキスト表現から範囲を返します。
NSStringFromRange
Returns a string representation of a range.
ある範囲の文字列表現を返します。
NSUnionRange
Returns the union of the specified ranges.
指定された範囲それらの和集合を返します。