---
title: "substring(from:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/stringprotocol/substring(from:)"
---

# substring(from:)

Returns a new string containing the characters of the String from the one at a given index to the end.

## Declaration

```swift
func substring(from index: Self.Index) -> String
```
