IR Framework

String.reverse Method

Returns a string in which the character order of the original string is reversed.
object.reverse ( )

Arguments

object
Required. Always the name of a String object.



Return Value

The String.reverse method returns a string in which the character order of the original string is reversed.

Remarks

The following example illustrates the use of the String.reverse method.

Alert("?uoy ot drawkcab kool siht seoD".reverse());


Requirements