I have a code snippet like this: `string.trim().to...
# getting-started
g
I have a code snippet like this:
string.trim().toLowerCase().split(" ").filter({ it.length > 0 })