ilya.gorbunov
string.trim().toLowerCase().split(" ").filter(String::isNotEmpty)
filter { it.isNotEmpty() }