---
title: "init(extendedGraphemeClusterLiteral:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/substring/init(extendedgraphemeclusterliteral:)"
---

# init(extendedGraphemeClusterLiteral:)

Creates an instance initialized to the given value.

## Declaration

```swift
init(extendedGraphemeClusterLiteral value: String)
```

## Parameters

- `value`: The value of the new instance.
