Replacer.ReplaceText

Syntax

Replacer.ReplaceText(text as nullable text, old as text, new as text) as nullable text

Description

Replaces the old text in the original text with the new text. This replacer function can be used in List.ReplaceValue and Table.ReplaceValue.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Replacer Functions / Replacer.ReplaceText