W3cubDocs

/Kotlin

reversed

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
fun CharSequence.reversed(): CharSequence

Returns a char sequence with characters in reversed order.

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
fun String.reversed(): String

Returns a string with characters in reversed order.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/reversed.html