Reverse String
Last updated
Last updated
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 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:
will be transformed like this:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.