FutureProg functions
replacetextcase
Text replacetextcase(Text text, Text search, Text replacement)
Contexts: computer function, computer program, standard futureprog
Returns the supplied text with all case-sensitive occurrences of search replaced.
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 case-sensitive occurrences of search replaced.
text: The text value to edit
search: The text fragment to replace
replacement: The replacement text