Contains String
- Checks whether the particular string contains the value to be searched .
Properties
Common
- DisplayName (String)- The display name of the activity.
Misc
- Input (InArgument<String>) – The input String in which value is to be searched.
- Result (OutArgument<Boolean>) – returns a Boolean value based on whether the input string contains the value to be searched.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
- SearchValue (InArgument<String>) – the string value to be checked whether present in the input string.
Example
- Create a new Process and then click on Manage Packages. Now search for Activities.Expressions in search bar. Install this package and click Save.
- Then create a Sequence and inside it call Contains String Enter the input String and Search Value and take output in the result parameter.