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

removeCharacters(in:)

Removes from the receiver the characters in a given string. ある与えられた文字列の中の文字を、レシーバから取り除きます。

Declaration 宣言

func removeCharacters(in aString: String)

Parameters パラメータ

aString

The characters to remove from the receiver. レシーバから取り除くことになる文字。

Discussion 議論

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

See Also 参照

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