---
title: "linkCheckingResult(range:url:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nstextcheckingresult/linkcheckingresult(range:url:)"
---

# linkCheckingResult(range:url:)

Creates and returns a text checking result with the specified URL.

## Declaration

```swift
class func linkCheckingResult(range: NSRange, url: URL) -> NSTextCheckingResult
```

## Parameters

- `range`: The range of the detected result.
- `url`: The URL.

## Return Value

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

## See Also

### Text Checking Results for URLs

- [url](foundation/nstextcheckingresult/url.md)
