---
title: characters
framework: swift
role: symbol
role_heading: Instance Property
path: swift/substring/characters
---

# characters

A view of the string’s contents as a collection of characters.

## Declaration

```swift
var characters: Substring { get set }
```
