Replaces this string with the empty string.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
keepCapacity
Pass
true
to prevent the release of the string’s allocated storage. Retaining the storage can be a useful optimization when you’re planning to grow the string again. The default value isfalse
.
Discussion
Calling this method invalidates any existing indices for use with this string.