Contents

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.

See Also

Adding and Removing Characters