Find and replace character string in text field.
NOTE: Strings need not be the same length unless the replacement characters are a field.
replacestring DELQ '111' '369'
replacestring DELQ '111' '23'
replacestring DELQ '999' '2345'
replacestring FIELD '999' TEXTFIELD
replacestring FieldName SeachForString ReplaceWith
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
FieldName | Text | Field, Constant | Raw data | No | |
SeachForString | Text | Field, Constant | Characters to be replaced | No | |
ReplaceWith | Text | Field, Constant | Characters to replace them with | No |
Type: Text
Modified data