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

# quoteCheckingResult(range:replacementString:)

Creates and returns a text checking result with the specified quote-balanced replacement string.

## Declaration

```swift
class func quoteCheckingResult(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 quote.

## See Also

### Text Checking Results for Typography

- [dashCheckingResult(range:replacementString:)](foundation/nstextcheckingresult/dashcheckingresult(range:replacementstring:).md)
