Reverse String
Description
This operation allows you to reverse the order of characters in a given string. This operation is handy for text manipulation, encoding challenges, and debugging scenarios where reversing the text is required.
Data types
These are the input/output expected data types for this operation:
Input data
- The strings of text that you want to reverse.
Output data
- Reversed strings.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to reverse a series of strings in your input data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Reverse string.
Set Reverse mode to
Character
.Give your Output field a name and click Save.
With the parameters set above, the following text:
Hello World!
will be transformed like this:
!dlroW olleH
Last updated
Was this helpful?