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

# appending(_:)

Returns a new string created by appending the given string.

## Declaration

```swift
func appending(_ other: some StringProtocol) -> String
```
