helper.replace
Allows you to replace some parts of the string with others.
This helper function returns a string in which all occurrences of 'findin
dataare replaced with
replace`.
Because the helper.replace
helper returns a string, it can be used in properties that accept string values.
Component properties
Name |
Type |
Description |
|
"helper.replace" |
Set component type |
|
any |
Data to perform the replacement on. |
|
string |
The value to search for — the string whose occurrences must be found in |
|
string |
The value to insert in place of the matches of the |