Strings
Replace
3min
overview https //docs procesio com/write to file#yja0t use this action to search a string for a specified value and return a new string where the specified value(s) are replaced (ex you have a text and you want to replace a specific word in the whole document) how to configure the replace action? https //kb procesio com/regex replace#qd how to https //docs procesio com/merge lists#q how to https //docs procesio com/write to file# s0vi step 1 create a process and give it a name step 2 drag the replace action to the canvas and link it to the other actions step 3 create the variables needed for the configuration of the action, and then add them to the configuration panel source string you need to input a string variable which contains the text to be searched and modified search string you need to input a string variable with the string which you want to be searched and replaced in the source string replacement string you need to input a string variable with which the matched values will be replaced ignore case checkbox check to ignore case sensitivity for the used strings result the output with the new string containing replacements for example, if you have the source string "this is a cat" and you want to replace the word "cat" with "dog", you should configure the action like this source string this is a cat search string cat replacement string dog result the result should be "this is a dog" step 4 save , validate and run the process step 6 to verify the process click check instance step 7 in the output section, you can see the updated string