---
title: removingPercentEncoding
framework: swift
role: symbol
role_heading: Instance Property
path: swift/stringprotocol/removingpercentencoding
---

# removingPercentEncoding

Returns a new string created by replacing all percent-encoded sequences with the matching UTF-8 characters.

## Declaration

```swift
var removingPercentEncoding: String? { get }
```
