---
title: customMirror
framework: swift
role: symbol
role_heading: Instance Property
path: swift/string/custommirror
---

# customMirror

A mirror that reflects the String instance.

## Declaration

```swift
var customMirror: Mirror { get }
```

## See Also

### Describing a String

- [description](swift/string/description.md)
- [debugDescription](swift/string/debugdescription.md)
- [hashValue](swift/string/hashvalue.md)
- [hash(into:)](swift/string/hash(into:).md)
