cypher121
map { it.split(split, limit = 2) }.filter { it.size == 2 }.map { it[0].trim() to it[1].trim() }.toMap()