if I want to have a collection of those elements, ...
# getting-started
e
if I want to have a collection of those elements, divided by spaces, is there an alternative literal function instead of
split("\\s+".toRegex())
?