VBScript StrReverse Function

Definition and Usage

Ang StrReverse function ay nagbibigay ng pagbaliktad ng string.

Syntax

StrReverse(string)
Parameter Description
string Required. The string that needs to be reversed.

Instance

Example 1

dim txt
txt="This is a beautiful day!"
document.write(StrReverse(txt))

Output:

!yad lufituaeb a si sihT