Udostępnij za pośrednictwem


Replacer.ReplaceText

Składnia

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

Informacje

old Zamienia tekst w oryginalnym textnew tekście. Tej funkcji zastępowania można używać w systemach List.ReplaceValue i Table.ReplaceValue.

Przykład 1

Zastąp tekst "hE" ciągiem "He" w ciągu "hEllo world".

Użycie

Replacer.ReplaceText("hEllo world", "hE", "He")

Wyjście

"Hello world"