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

dev.pellet.server.extension.StringExtensions.kt Maven / Gradle / Ivy

There is a newer version: 0.0.16
Show newest version
package dev.pellet.server.extension

import dev.pellet.server.codec.http.HTTPCharacters

fun String.trimLWS(): String {
    return this.trim { it in HTTPCharacters.LWS_CHARS }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy