Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

REPLACE( ) Overwrite or replace substring

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