common / com.schibsted.account.common.util / java.net.URI

Extensions for java.net.URI

getQueryParam

fun URI.getQueryParam(p: String): String?

Returns value of a query param with the given name, or null, if it doesn't exist.