Loading...
Select Version
The REPLACE( ) function overwrites or replaces a substring within a string with another string. This can make the original string longer.
Result type: STRING
REPLACE( ) |
STRING = string_expression1 ,START = 1 / integer ,REPLACE = string_expression2 ,SUPPRESSED-LENGTH = *REPLACE-LENGTH / integer |