Reverses the order of items, such as the characters in a string and the digits in a number
reverse(String)
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
String | string | Yes | A string or a variable that contains one |
reverse('Hello World')
reverse(123456789)