---
title: graphemeCluster
framework: swift
role: symbol
role_heading: Type Property
path: swift/regexsemanticlevel/graphemecluster
---

# graphemeCluster

Match at the character level.

## Declaration

```swift
static var graphemeCluster: RegexSemanticLevel { get }
```

## Discussion

Discussion At this semantic level, each matched element is a Character value. This is the default semantic level.
