$replaceText
Replaces something with something else in the provided text.
Usage
This function has four fields.
Field
Description
Type
Required
text
The text that gets searched for 'sample'.
String
Yes
sample
The text to replace with 'new'.
String
Yes
new
The text to replace 'sample' with.
String
Yes
howMany
How many samples shall be replaced with 'new', all by default.
Integer
No
Examples
Example #1
Example #2
Example #3
Last updated
Was this helpful?