Reverse String
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
These are the input/output expected data types for this operation:
- The strings of text that you want to reverse.
- Reversed strings.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to reverse a series of strings in your input data:
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:
will be transformed like this:
In your Pipeline, open the required configuration and select the input Field.