| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Text > reverse
Returns a new string that is the input string with the order of characters reversed.
Signature:
static reverse(s: string): string;|
Parameter |
Type |
Description |
|---|---|---|
|
s |
string |
Returns:
string