rangeOfScheme
Returns the character range of the scheme in the string returned by the string property.
Declaration
var rangeOfScheme: Range<String.Index>? { get }Discussion
If the component does not exist, nil is returned.
Returns the character range of the scheme in the string returned by the string property.
var rangeOfScheme: Range<String.Index>? { get }If the component does not exist, nil is returned.