Syntax

replace(*number*, *text*, *text*)
*text*.replace(*pattern*, *replacement?*)

Examples

replace("Notion Notion", "N", "M")
"Notion Notion".replace("N", "P")

→ replace

Untitled

More Info

replace · Notion Formulas · Ben Smith