you can do: ``` s?.isEmpty() ``` this will either ...
# announcements
p
you can do:
Copy code
s?.isEmpty()
this will either return true/false or null if the string is null