Instance Method インスタンスメソッド

attributedSubstring(from:)

Returns an attributed string consisting of the characters and attributes within the specified range in the attributed string. 属性付き文字列の中のこの指定された範囲内の文字と属性から構成されるある属性付き文字列を返します。

Declaration 宣言

func attributedSubstring(from range: NSRange) -> NSAttributedString

Parameters パラメータ

aRange

The range from which to create a new attributed string. aRange must lie within the bounds of the receiver. それから新しい属性付文字列を作成することになる範囲。aRangeは、レシーバの境界内に置かれていなければなりません。

Return Value 戻り値

An NSAttributedString object consisting of the characters and attributes within aRange in the receiver. NSAttributedStringオブジェクト、レシーバの中のaRange内の文字と属性から構成されています。

Discussion 議論

Raises an rangeException if any part of aRange lies beyond the end of the receiver’s characters. This method treats the length of the string as a valid range value that returns an empty string. rangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。このメソッドは、文字列の長さをある有効な範囲値として扱います、それは空文字列を返します。