Skip to main content
Replaces all occurrences of the <pattern> substring within the <expression> with the <replacement> substring.

Syntax

Parameters

Examples

In the example below, “two” in “Level two” is replaced with “three”.

Rows: 1Execution time: 5.75ms

In this example, “eight” is replaced by an empty string.

Rows: 1Execution time: 5.54ms

In this example, the substring “five” is not found in the original string, so the string is returned unchanged.

Rows: 1Execution time: 5.20ms