Join Slack
Powered by
i think you’d want `substring: String?` and then `...
# getting-started
d
dpk
10/12/2016, 3:21 PM
i think you’d want
substring: String?
and then
(substring != null && this?.contains(substring)) ?: false
Open in Slack
Previous
Next