Swap Case
Last updated
Was this helpful?
Last updated
Was this helpful?
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 configuration and select the input Field.
In the Operation field, choose Swap case.
Give your Output field a name and click Save.
For example: