What about `string.trim().toLowerCase().split(Rege...
# getting-started
r
What about
string.trim().toLowerCase().split(Regex("\\W+"))
?