Skip to main content
REVERSE

Reverses the order of characters in a text string

Updated over a week ago

Description

The REVERSE() function is used to reverse the order of characters within a text string. This function can be helpful for tasks such as text manipulation, data transformation, or reversing the order of words in a sentence.

Syntax

REVERSE(text)

Output

text

Variables

  1. text: The input text string that you want to reverse.

Example

REVERSE(`Original Text`)

ID

Original Text

REVERSE

1

Hello, World!

!dlroW ,olleH

2

Example Text for Reversal

lasreveR rof txeT elpmaxE

3

12345

54321

Did this answer your question?