REVERSE

REVERSE(value [,reversewords])
Returns the characters of a text string in reverse.

valueThe text string you want to reverse.
reverse_words(Optional) A logical value indicating whether to reverse words or characters:
True = reverse the words instead of the characters
False = reverse the individual characters (default)

REMARKS
* If "reverseWords" is left blank, then False is used.
If the argument is not a number or a text string, then #N/A is returned.


MORE EXAMPLES

 A
1=JS.REVERSE("some text") = txet emos
2=JS.REVERSE("better solutions") = snoitulos retteb
3=JS.REVERSE("some text", TRUE) = text some
4=JS.REVERSE("better solutions", TRUE) = solutions better
5=JS.REVERSE(JS.REVERSE("this")) = this

MORE FUNCTIONS
SCRAMBLE Returns the characters of a text string with all the characters in a random order.


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext