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

# isSentenceTerminal

A Boolean value indicating whether the scalar is a punctuation mark that generally marks the end of a sentence.

## Declaration

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

## Discussion

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