URLShorthandValidator
public struct URLShorthandValidator : Validator
The URLShorthandValidator
contains an URLShorthandCondition
. A valid string is a URL, with or without scheme.
Seealso
URLShorthandCondition
-
Declaration
Swift
public var conditions: [Condition]
-
Declaration
Swift
public init()