matches(_:)
Matches the receiver pattern against the specified URL.
Declaration
func matches(_ url: URL?) -> BoolParameters
- url:
The URL to match against the receiver pattern.
Return Value
A Boolean value indicating if the pattern matches the specified URL.