root
JVM
root
/
org.magiclib.util
/
MagicTxt
/
nullStringIfEmpty
null
String
If
Empty
open
fun
nullStringIfEmpty
(
input
:
String
)
:
String
If the input is an empty string, returns null. Otherwise, returns the input.