Version: v0.7.1 - Beta.  We welcome contributors & feedback.

String.reverse

reverse() -> string

Description

Reverse the order of characters.

'abc 123!'.reverse()
//= '!321 cba'

See Also