val split = line.split(" ".toRegex()).dropLastWhile { it.isEmpty() }.toTypedArray()