`if (str?.length == 0) null else str` does the sam...
# announcements
k
if (str?.length == 0) null else str
does the same thing.