All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.justai.jaicf.helpers.http.URL.kt Maven / Gradle / Ivy

package com.justai.jaicf.helpers.http

fun String.toUrl() = this.replace("(?<=[^:\\s])(/+/)".toRegex(), "/")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy