XCode 15.2 日本語化計画:New Human Interface Guideline
属性付き文字列から文字の範囲を削除します。
range
削除すべき範囲。
func insert(some AttributedStringProtocol, at: AttributedString.Index)
指定された文字列を属性付き文字列の特定の指標に挿入します。
struct AttributedString.Index
属性付き文字列内の文字またはコード単位の位置を表す型。
func replaceSubrange(some RangeExpression<AttributedString.Index>, with: some AttributedStringProtocol)
属性付き文字列の範囲内の内容を置き換えます。