---
title: "append(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/attributedstring/append(_:)"
---

# append(_:)

Appends a string to the attributed string.

## Declaration

```swift
mutating func append(_ s: some AttributedStringProtocol)
```

## Parameters

- `s`: The string to append.

## See Also

### Combining Attributed Strings

- [+(_:_:)](foundation/attributedstring/+(_:_:)-8sbsq.md)
- [+(_:_:)](foundation/attributedstring/+(_:_:)-drfc.md)
- [+=(_:_:)](foundation/attributedstring/+=(_:_:)-4dk88.md)
- [+=(_:_:)](foundation/attributedstring/+=(_:_:)-6yimu.md)
