Articles with the tag:
Close
Changelog
Close
Articles with the tag:
Close
Try in the cloud
Try in the cloud

SUBSTITUTE Function

The SUBSTITUTE function is one of the text and data functions. Is used to replace a set of characters with a new one.

Syntax

SUBSTITUTE(text, old_text, new_text, [instance_num])

The SUBSTITUTE function has the following arguments:

Argument Description
text The string to perform the substitution within.
old_text The string to replace.
new_text The string to replace with.
instance_num The number of occurences to repleace. It is an optional argument, if omitted, the function will replace all the occurences within text.

Notes

How to apply the SUBSTITUTE function.

Examples

The figure below displays the result returned by the SUBSTITUTE function.

SUBSTITUTE Function

Return to previous page
Try now for free Try and make your decision No need to install anything
to see all the features in action