Purpose
Replaces every occurrence of search_string in the source_string with the replace_string. Use this function either to replace or remove portions of a string.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- source_string
- A character string or string expression.
- search_string
- A string of characters that the function searches for in source_string.
- replace_string
- A string of characters that replaces the characters specified by search_string.