String Operation

Given a string, return the result of the selected operation.

Perform a selected operation on a given string and return the result.


Overview

The String Operation feature enables manipulation of strings by applying various operations such as splitting or transforming text based on specific criteria.


Inputs

NameIDDescription
Input StringinputThe input string on which the operation will be performed.
OperationoperationThe string operation to apply (e.g., split, uppercase, lowercase).
Split Separatorsplit_separatorThe delimiting regular expression used for splitting the input. Needed only for the split operation.

Outputs

NameIDDescription
SuccesssuccessBoolean indicating whether the operation was successful.
OutputoutputThe result of the string operation.

Notes

  • Ensure the input string is valid and matches the expected format for the operation.
  • The split_separator is required only for the split operation; it can be left blank otherwise.
  • Action ID for this operation: 0aaec6a7-927b-4189-9439-108f53b61ab1.