W3cubDocs

/Kotlin

getOrNull

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
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.

© 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