FutureProg functions
replacetext
Text replacetext(Text text, Text search, Text replacement)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with all occurrences of search replaced, ignoring case.
text: The text value to edit
search: The text fragment to replace
replacement: The replacement text
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with all occurrences of search replaced, ignoring case.
text: The text value to edit
search: The text fragment to replace
replacement: The replacement text