---
title: isPatternSyntax
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/ispatternsyntax
---

# isPatternSyntax

A Boolean value indicating whether the scalar is recommended to have syntactic usage in patterns represented in source code.

## Declaration

```swift
var isPatternSyntax: Bool { get }
```

## Discussion

Discussion This property corresponds to the “Pattern_Syntax” property in the Unicode Standard.
