Swap Case
Last updated
Last updated
This operation alters the case of each letter in a given input, swapping uppercase letters to lowercase and lowercase letters to uppercase. Non-alphabetic characters remain unchanged.
These are the input/output expected data types for this operation:
- String of text containing letters (upper or lower case), numbers, symbols, or other characters.
- The resulting string with swapped case.
Suppose you want to swap the case of the characters your input data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Swap case.
Give your Output field a name and click Save.
For example:
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.