Syntax

replaceAll(*text*, *pattern*, *replacement?*)
*text*.replaceAll(*pattern*, *replacement?*)

Examples

replaceAll("Notion Notion", "N", "M")
"Notion 123".replaceAll("\\d", "")

→ replaceAll

Untitled

More Info

replaceAll · Notion Formulas · Ben Smith