fun CharSequence.getOrNull(index: Int): Char?
Returns a character at the given index or null if the index is out of bounds of this char sequence.
null
© 2010–2019 JetBrains s.r.o.Licensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/get-or-null.html