---
title: "init(_:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/attributedstring/init(_:)-83wi"
---

# init(_:)

Creates an attributed string from a discontiguous attributed substring.

## Declaration

```swift
init(_ substring: DiscontiguousAttributedSubstring)
```

## Parameters

- `substring`: A discontiguous attributed substring to create the new attributed string from.
