string.reverse
Reverses the string str
.
string.reverse(str: string): string
Arguments
Name | Description | Type |
---|---|---|
str | String to reverse. | string |
Returns string
Reverses the string str
.
string.reverse(str: string): string
Name | Description | Type |
---|---|---|
str | String to reverse. | string |
Returns string