♻️ Copy session-handling code to FreenetRequest
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / utils / Strings.kt
1 package net.pterodactylus.sone.utils
2
3 val String?.emptyToNull get() = if ((this?.trim() ?: "") == "") null else this