REVERSE

Reverses the order of characters in a text string

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)

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

Example

Table

ID
Original Text

1

Hello, World!

2

Example Text for Reversal

3

12345

Function

REVERSE(`Original Text`)

Results

REVERSE (text)

!dlroW ,olleH

lasreveR rof txeT elpmaxE

54321

Last updated