Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 745 Bytes

File metadata and controls

58 lines (31 loc) · 745 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > Text > reverse

Text.reverse() method

Returns a new string that is the input string with the order of characters reversed.

Signature:

static reverse(s: string): string;

Parameters

Parameter

Type

Description

s

string

Returns:

string