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.
Adds to the receiver the characters in a given string.
func addCharacters(in aString: String)The characters to add to the receiver.
This method has no effect if aString is empty.