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

# subtract(_:)

Sets the value to a CharacterSet created by removing elements in other from self.

## Declaration

```swift
mutating func subtract(_ other: CharacterSet)
```
