---
title: URL.ParseStrategy.RegexOutput
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/url/parsestrategy/regexoutput
---

# URL.ParseStrategy.RegexOutput

The type returned when capturing matching substrings with this strategy.

## Declaration

```swift
typealias RegexOutput = URL
```

## Discussion

Discussion This strategy returns the URL type when performing regex capture.
