THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
String
String.reverse
reverse() -> string
Description
Reverse the order of characters.
'abc 123!'.reverse() //= '!321 cba'
See Also
toAscii
toCivilized
toHumanized
toLowerCase
toPlural
toTitleCase
toTokenCase
toUpperCase
toUrlSlug
Back: String