---
title: "dashCheckingResult(range:replacementString:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nstextcheckingresult/dashcheckingresult(range:replacementstring:)"
---

# dashCheckingResult(range:replacementString:)

Creates and returns a text checking result with the specified dash corrected replacement string.

## Declaration

```swift
class func dashCheckingResult(range: NSRange, replacementString: String) -> NSTextCheckingResult
```

## Parameters

- `range`: The range of the detected result.
- `replacementString`: The replacement string.

## Return Value

Return Value Returns an NSTextCheckingResult with the specified range and a resultType of dash.

## See Also

### Text Checking Results for Typography

- [quoteCheckingResult(range:replacementString:)](foundation/nstextcheckingresult/quotecheckingresult(range:replacementstring:).md)
