Skip to main content

Replace in String

Description

Replace in string is a step in the Transformation Plugin for Process Studio Workflows. Replace in string is a simple search and replace all occurrences of a word in a string with another word. It also supports regular expressions and group references. Group references are picked up in the replace with field as $n where n is the number of the group.

Configurations

No.Field NameDescription
1Step nameName of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2In Stream fieldSelect the in stream field where search and replace is to be done.
3Out Stream fieldSelect the out stream field where the new string value is put.
4Use RegExIs your search string a regular expression. Select Y/N
5SearchEnter the search string.
6Replace withReplace the search string with the replace string.
7Set empty string?Set the string to null(Y/N).
8Replace with fieldSelect a field use to replace the Out Stream field.
9Whole WordIs the search and replace field a whole word. Select Y/N
10Case sensitiveIs the search and replace field case sensitive. Select Y/N