Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Foundation
Strings and Text
String
⋯
Foundation
Strings and Text
String
StringProtocol
substring(to:)
Deprecated
Language:
Swift
API Changes:
None
Instance Method
substring(to:)
No overview available.
SDKs
iOS 7.0–11.0
Deprecated
macOS 10.9–10.13
Deprecated
Mac Catalyst 13.0–13.0
Deprecated
tvOS 9.0–11.0
Deprecated
watchOS 2.0–4.0
Deprecated
Xcode 9.0–9.0
Deprecated
Framework
Foundation
Declaration
func
substring
(
to
index
:
Self
.Index) ->
String