parse

fun parse(url: String): IlHost?

Parses the given url and returns the corresponding IlHost.

Return

The matching IlHost or null if none was found.

Parameters

url

The URL to parse.