CFStringDelete(_:_:)
Deletes a range of characters in a string.
Declaration
func CFStringDelete(_ theString: CFMutableString!, _ range: CFRange)Parameters
- theString:
A string from which characters are to be deleted.
- range:
The range of characters in
theStringto delete.
Discussion
The characters after the deleted range are adjusted to “fill in” the gap.
See Also
CFMutableString Miscellaneous Functions
CFStringAppend(_:_:)CFStringAppendCharacters(_:_:_:)CFStringAppendCString(_:_:_:)CFStringAppendFormatAndArguments(_:_:_:_:)CFStringAppendPascalString(_:_:_:)CFStringCapitalize(_:_:)CFStringCreateMutable(_:_:)CFStringCreateMutableCopy(_:_:_:)CFStringCreateMutableWithExternalCharactersNoCopy(_:_:_:_:_:)CFStringFindAndReplace(_:_:_:_:_:)CFStringFold(_:_:_:)CFStringInsert(_:_:_:)CFStringLowercase(_:_:)CFStringNormalize(_:_:)CFStringPad(_:_:_:_:)