stm_replace_string Function type: STRING Description Replaces the specified pattern with a new pattern within a string. Syntax stm_replace_string (orig_str, find_str, repl_str) Arguments Argument Input/Output Type Description orig_str In STRING The string within which to search and replace find_str In STRING The pattern to search for repl_str In STRING The replacement pattern
Function type: STRING
STRING
orig_str
find_str
repl_str