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

# isDash

A Boolean value indicating whether the scalar is a punctuation symbol explicitly called out as a dash in the Unicode Standard or a compatibility equivalent.

## Declaration

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

## Discussion

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