No overview available.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Framework
- Foundation
No overview available.
SDKs
Framework
struct Substring
A slice of a string.
protocol String Protocol
A type that can represent a string as a collection of characters.
struct String .Index
A position of a character or code unit in a string.
struct String .Unicode Scalar View
A view of a string’s contents as a collection of Unicode scalar values.
struct String .UTF16View
A view of a string’s contents as a collection of UTF-16 code units.
struct String .UTF8View
A view of a string’s contents as a collection of UTF-8 code units.
struct String .Iterator
A type that provides the collection’s iteration interface and encapsulates its iteration state.