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

append(_:)

Adds to the end of the receiver the characters of a given string. レシーバの終わりにある与えられた文字列の文字を加えます。

Declaration 宣言

func append(_ aString: String)

Parameters パラメータ

aString

The string to append to the receiver. aString must not be nil レシーバに追加することになる文字列。aStringは、nilであってはいけません。

See Also 参照

Modifying a String 文字列を修正する

Related Documentation 関連文書