Using string type utilities
When you are creating a workflow with the TrueSight Orchestration Development Studio application, you can use the following operations with the string utility: concat, substring, lowercase, uppercase, and regex.
Utility operations - string
Operation | Description |
---|---|
Concatenates two or more String values. | |
Returns a String that is a specified segment of the value in the String parameter. | |
Returns a String where all alphabetic characters have been converted to lowercase. | |
Returns a String where all alphabetic characters have been converted to uppercase. | |
Allows you to evaluate a simple string and return a true/false condition or to substitute string values for a given context item. TrueSight Orchestration supports Java regular expressions. |
This section contains the following topics:
Related topic