Generic Instance Method 総称体インスタンスメソッド

replaceSubrange(_:with:)

Replaces the contents in a range of the attributed string. 属性付き文字列のある範囲の中の内容を置き換えます。

Declaration 宣言

mutating func replaceSubrange<R, S>(_ range: R, with s: S) where R : RangeExpression, S : AttributedStringProtocol, R.Bound == AttributedString.Index

Parameters パラメータ

range

The range of the attributed string to replace. この範囲の属性付き文字列を置き換えます。

s

The string to insert in place of the replaced range. 置換範囲の場所で挿入する文字列。

See Also 参照

Modifying an Attributed String