While exploring the “double colon” operator (sorry...
# getting-started
g
While exploring the “double colon” operator (sorry, don’t know it’s name), I came across something like this:
string.trim().toLowerCase().split(" ").filter(::isEmpty)