---
title: endIndex
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/attributedsubstring/endindex
---

# endIndex

A substring’s past-the-end position — the position one greater than the last valid subscript argument.

## Declaration

```swift
var endIndex: AttributedString.Index { get }
```
