Share via


Replacer.ReplaceText

Sözdizimi

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

Hakkında

Özgün text metindeki old metni metinle new değiştirir. Bu değiştirici işlevi ve Table.ReplaceValueiçinde List.ReplaceValue kullanılabilir.

Örnek 1

"hE" metnini "hEllo world" dizesindeki "He" ile değiştirin.

Kullanım

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

Çıkış

"Hello world"