Replace
This Flow Script tutorial explains how to use the Replace function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Replace("Hello World", "e", "u")
Result: Hullo World
Replace("Hello World", "World", "")
Result: Hello
Replace("Hello World", "h", "y")
Result: Hello WorldLast updated
Was this helpful?