URLShorthandCondition

public struct URLShorthandCondition : Condition

The URLShorthandCondition checks a string for a valid URL.

Note

No scheme (protocol) is needed for a valid URL. If you want a check for more strict URLs see URLCondition.
  • Declaration

    Swift

    public init()