Text.RemoveRange

Syntax

Text.RemoveRange(text as nullable text, offset as number, optional count as nullable number) as nullable text

Description

Returns a copy of the text value text with all the characters from position offset removed. An optional parameter, count can by used to specify the number of characters to remove. The default value of count is 1. Position values start at 0.

Reference Data

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

Power Query M Functions / Text Functions / Text.RemoveRange