findIgnoreCase

fun <T : Any> Map<String, T>.findIgnoreCase(target: String): T?