Search w3schools.com:

SHARE THIS PAGE

VBScript StrReverse Function


VBScript Reference Complete VBScript Reference

The StrReverse function reverses a string.

Syntax

StrReverse(string)

Parameter Description
string Required. The string to be reversed

Example 1

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

Output:

!yad lufituaeb a si sihT


VBScript Reference Complete VBScript Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]