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

addCharacters(in:)

Adds to the receiver the characters in a given string. ある与えられた文字列の中の文字を、レシーバに加えます。

Declaration 宣言

func addCharacters(in aString: String)

Parameters パラメータ

aString

The characters to add to the receiver. レシーバに加えることになる文字。

Discussion 議論

This method has no effect if aString is empty. このメソッドは、aStringが空ならば効果を持ちません。

See Also 参照

Adding and Removing Characters 文字の追加と除去