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"