---
title: paragraphSeparatorRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextparagraph/paragraphseparatorrange
---

# paragraphSeparatorRange

Returns the range of the paragraph separator in the containing text’s attributed string.

## Declaration

```swift
var paragraphSeparatorRange: NSTextRange? { get }
```

## Discussion

Discussion The containing text is NSTextContentStorage’s attributedString.

## See Also

### Getting paragraph characteristics

- [attributedString](uikit/nstextparagraph/attributedstring.md)
- [paragraphContentRange](uikit/nstextparagraph/paragraphcontentrange.md)
