FutureProg functions

replacetextcase

Text · computer function, computer program, standard futureprog

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

← Back to FutureProg functions