FutureProg functions

replacetext

Text · computer function, computer program, standard futureprog

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

← Back to FutureProg functions