Contents

removeCharacters(in:)

Removes from the receiver the characters whose Unicode values are in a given range.

Declaration

func removeCharacters(in aRange: NSRange)

Parameters

  • aRange:

    The range of characters to remove. aRange.location is the value of the first character to remove; aRange.location + aRange.length – 1 is the value of the last. If aRange.length is 0, this method has no effect.

See Also

Adding and Removing Characters