func.replace
The function will replace part of a text string, based on the number of characters you specify, with a different text string
Syntax
func.replace(value, search, replace)
Examples
func.replace('string_to_replace_with_spaces','_',' ') --> string to replace with spaces
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)