init?(string: String)
Creates a URL instance from the provided string.
URLインスタンスをその提供された文字列から作成します。
Availability 有効性
Technology
This initializer returns nil
if the string doesn’t represent a valid URL. For example, an empty string or one containing characters that are illegal in a URL produces nil
.
このイニシャライザはnil
を返します、もし文字列が有効なURLを現さないならば。例えば、空文字列またはURLにおいて違法である文字を含んでいるものは、nil
を生み出します。
init?(string: String)