Contents

matches(_:)

Matches the receiver pattern against the specified URL.

Declaration

func matches(_ url: URL?) -> Bool

Parameters

  • url:

    The URL to match against the receiver pattern.

Return Value

A Boolean value indicating if the pattern matches the specified URL.

See Also

Related Documentation