Replace¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input sequence or string to be modified. | [Any] String |
||
Output ➡️ |
Outputs the resulting sequence or string with the replacements applied. | [Any] String |
||
Patterns |
No | The patterns to find represented as a sequence. | none |
None [String] Var([String]) Var([Any]) [Any] |
Replacements |
No | The corresponding replacements to apply to the input, if a single value is provided every match will be replaced with that single value. | none |
None Any Var(Any) [Any] Var([Any]) |
This shard replaces all occurrences of the pattern(specified in the Patterns parameter) found in the input sequence or string, with replacements (specified in the Replacements parameter).