ReplaceWithArgument
Description
Replaces specified text from base string with the input argument. A new column is created for the results.
Use
- Argument:
- Select an argument. (String)
- Base String:
- Enter a base string that includes the replaceable string.
- Replaceable String:
- Enter a replacement text from the base string.
- Output field name:
- Enter an output field name.
Example
Example value (Argument) | Base string | Replaceable string | ReplaceWithArgument() returns |
---|---|---|---|
123 Main Street | Your address is: user_address | user_address | Your address is: 123 Main Street |
45 Bahnhofstrasse | Your address is: user_address | user_address | Your address is: 45 Bahnhofstrasse |