Contents

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.

See Also

Adding and Removing Characters