แชร์ผ่าน


Replacer.ReplaceText

ไวยากรณ์

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

เกี่ยวกับ

oldแทนที่ข้อความ ใน เดิมtextด้วยnewข้อความ ฟังก์ชันตัวแทนที่นี้สามารถใช้ได้ใน List.ReplaceValue และTable.ReplaceValue

ตัวอย่างที่ 1

แทนที่ข้อความ "hE" ด้วย "He" ในสตริง "hEllo world"

การใช้งาน

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

เอาท์พุท

"Hello world"