---
title: customPlaygroundQuickLook
framework: swift
role: symbol
role_heading: Instance Property
path: swift/string/customplaygroundquicklook
---

# customPlaygroundQuickLook

A custom playground Quick Look for the String instance.

## Declaration

```swift
var customPlaygroundQuickLook: _PlaygroundQuickLook { get }
```

## See Also

### Infrequently Used Functionality

- [index(of:)](swift/string/index(of:).md)
- [init(_:)](swift/string/init(_:)-5a5lw.md)
- [init(stringInterpolation:)](swift/string/init(stringinterpolation:).md)
- [init(stringLiteral:)](swift/string/init(stringliteral:).md)
- [init(unicodeScalarLiteral:)](swift/string/init(unicodescalarliteral:).md)
- [init(extendedGraphemeClusterLiteral:)](swift/string/init(extendedgraphemeclusterliteral:).md)
- [withContiguousStorageIfAvailable(_:)](swift/string/withcontiguousstorageifavailable(_:).md)
