String Find and Replace

This object finds a specified string and will replace it by another desired value.

If the desired value is left empty, the string will simply be removed.

Privileges

Normal

Input Parameters

Name Type Required Description
Find in this String String Yes This is the string that will be used as the string containing the value to be replaced.
String to find String Yes This is the value to be found.
Replace with this string String No This is the value that will replace the value found.

If this is left empty, the value will be removed.

Output Parameters

Name Type Description
Modified String String This is the outputted string of the object, returning the replaced string (if the string was found).
Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

Name Type Required Example
Find in this String String Yes The quick brown fox jumps over the lazy cat.
String to find String Yes cat
Replace with this string String No dog