struct AttributedString.Index
A type that represents the position of a character or code unit within an attributed string.
ある型、それはある文字またはコード単位の位置をある属性付き文字列り内部で表すものです。
func removeSubrange <R>(R)
Removes a range of characters from the attributed string.
ある範囲の文字を属性付き文字列から取り除きます。
func replaceSubrange <R, S>(R, with: S)
Replaces the contents in a range of the attributed string.
属性付き文字列のある範囲の中の内容を置き換えます。