Replacer functions

Replacer functions functions for Power Query M language.

Functions

FunctionDescription
Replacer.ReplaceTextSubstitute the outdated text with the updated text using the replacer function. This function is compatible with List.ReplaceValue and Table.ReplaceValue.
Replacer.ReplaceValueThe replacer function replaces the original value with the new value. It is suitable for use in List.ReplaceValue and Table.ReplaceValue functions.