kevinmost
val str = "Foo" val str2 = "foo" str.equals(str2, ignoreCase = true)
ilya.gorbunov
alexcouch