Parameters (String, String, String);
Returns: String;
Function to replace all instances of a character sequence with another sequence in a source string.
The first parameter is the source string.
The second parameter is the character sequence to be replaced.
The third parameter is the character sequence used in replacement.
Example: REPLACE('IT_System','_',' ') = 'IT System
Comments
0 comments
Please sign in to leave a comment.