---
title: url
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/parsestrategy/url
---

# url

A parse strategy for URLs.

## Declaration

```swift
static var url: URL.ParseStrategy { get }
```

## Discussion

Discussion Use the dot-notation form of this type property when the call point allows the use of URL.ParseStrategy. Typically, you use this with the URL initializer init(_:strategy:).

## See Also

### Commonly-used parsers

- [fixed(format:timeZone:locale:)](foundation/parsestrategy/fixed(format:timezone:locale:).md)
- [name](foundation/parsestrategy/name.md)
