Join Slack
Powered by
you can do: ``` s?.isEmpty() ``` this will either ...
# announcements
p
poohbar
04/20/2018, 12:36 PM
you can do:
Copy code
s?.isEmpty()
this will either return true/false or null if the string is null
Open in Slack
Previous
Next